{
  "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": 291988,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Homo",
            "speciesName": "sapiens",
            "genomeVersion": "GRCh38.p13",
            "speciesFullNameWithoutSpace": "Homo_sapiens",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9605,
            "genomeSpeciesId": 9606,
            "preferredDisplayOrder": 1,
            "name": "human",
            "id": 9606
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
          "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
          "size": 0
        },
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Macaca",
            "speciesName": "mulatta",
            "genomeVersion": "Mmul_10",
            "speciesFullNameWithoutSpace": "Macaca_mulatta",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9539,
            "genomeSpeciesId": 9544,
            "preferredDisplayOrder": 21,
            "name": "macaque",
            "id": 9544
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
          "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Macaca",
            "speciesName": "mulatta",
            "genomeVersion": "Mmul_10",
            "speciesFullNameWithoutSpace": "Macaca_mulatta",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9539,
            "genomeSpeciesId": 9544,
            "preferredDisplayOrder": 21,
            "name": "macaque",
            "id": 9544
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
          "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
          "size": 0
        },
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Sus",
            "speciesName": "scrofa",
            "genomeVersion": "Sscrofa11.1",
            "speciesFullNameWithoutSpace": "Sus_scrofa",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9822,
            "genomeSpeciesId": 9823,
            "preferredDisplayOrder": 9,
            "name": "pig",
            "id": 9823
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
          "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Sus",
            "speciesName": "scrofa",
            "genomeVersion": "Sscrofa11.1",
            "speciesFullNameWithoutSpace": "Sus_scrofa",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 9822,
            "genomeSpeciesId": 9823,
            "preferredDisplayOrder": 9,
            "name": "pig",
            "id": 9823
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
          "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP343046",
        "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1016/j.neuron.2021.10.036",
      "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
      "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
      "id": "SRP343046"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.422394,
          "sdRefIntergenicDistribution": 4.111683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20749270,
          "distinctRankCount": 11657,
          "maxRank": 20950.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.482272,
          "sdRefIntergenicDistribution": 3.935198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15492164,
          "distinctRankCount": 11516,
          "maxRank": 20743.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "neural intermediate progenitor cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 871.421280,
          "sdRefIntergenicDistribution": 1.102942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1083,
          "distinctRankCount": 109,
          "maxRank": 11835.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "radial glia-like cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 175.425748,
          "sdRefIntergenicDistribution": 1.281381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5648,
          "distinctRankCount": 925,
          "maxRank": 12690.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.846028,
          "sdRefIntergenicDistribution": 2.489396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 819391,
          "distinctRankCount": 6271,
          "maxRank": 19293.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.482187,
          "sdRefIntergenicDistribution": 3.721129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7792359,
          "distinctRankCount": 9872,
          "maxRank": 20560.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.751972,
          "sdRefIntergenicDistribution": 2.869003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1093776,
          "distinctRankCount": 7576,
          "maxRank": 19071.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.065445,
          "sdRefIntergenicDistribution": 3.981004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16356466,
          "distinctRankCount": 9025,
          "maxRank": 20803.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.705861,
          "sdRefIntergenicDistribution": 3.065137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2305186,
          "distinctRankCount": 6364,
          "maxRank": 19798.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002604",
              "name": "astrocyte of the hippocampus"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.984229,
          "sdRefIntergenicDistribution": 3.181158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2085651,
          "distinctRankCount": 6958,
          "maxRank": 19847.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.492695,
          "sdRefIntergenicDistribution": 3.106966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1440508,
          "distinctRankCount": 6485,
          "maxRank": 19565.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0001033",
              "name": "hippocampal granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.483302,
          "sdRefIntergenicDistribution": 3.963184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10754892,
          "distinctRankCount": 10079,
          "maxRank": 20658.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 416913499,
            "mappedReadsCount": 187443041,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.042288,
          "sdRefIntergenicDistribution": 3.137437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1954514,
          "distinctRankCount": 6745,
          "maxRank": 19746.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.348982,
          "sdRefIntergenicDistribution": 4.159340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21587063,
          "distinctRankCount": 11664,
          "maxRank": 21018.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.310263,
          "sdRefIntergenicDistribution": 4.106773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20426741,
          "distinctRankCount": 11781,
          "maxRank": 20975.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "neural intermediate progenitor cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 177.296591,
          "sdRefIntergenicDistribution": 1.298451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5577,
          "distinctRankCount": 861,
          "maxRank": 12746.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "radial glia-like cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 178.683798,
          "sdRefIntergenicDistribution": 1.302796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5626,
          "distinctRankCount": 692,
          "maxRank": 12551.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.379815,
          "sdRefIntergenicDistribution": 2.629911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1074993,
          "distinctRankCount": 6339,
          "maxRank": 19534.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.318137,
          "sdRefIntergenicDistribution": 3.900734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10869401,
          "distinctRankCount": 10279,
          "maxRank": 20789.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.265914,
          "sdRefIntergenicDistribution": 3.082529,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1546638,
          "distinctRankCount": 7688,
          "maxRank": 19404.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.073133,
          "sdRefIntergenicDistribution": 3.676172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7778918,
          "distinctRankCount": 7649,
          "maxRank": 20423.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.871852,
          "sdRefIntergenicDistribution": 2.904938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1587048,
          "distinctRankCount": 5702,
          "maxRank": 19467.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002604",
              "name": "astrocyte of the hippocampus"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.793522,
          "sdRefIntergenicDistribution": 3.204459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2191553,
          "distinctRankCount": 6522,
          "maxRank": 19868.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.710442,
          "sdRefIntergenicDistribution": 3.034657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1142637,
          "distinctRankCount": 6065,
          "maxRank": 19349.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0001033",
              "name": "hippocampal granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.451354,
          "sdRefIntergenicDistribution": 3.867010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7614498,
          "distinctRankCount": 9369,
          "maxRank": 20493.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 357400933,
            "mappedReadsCount": 177678123,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.468214,
          "sdRefIntergenicDistribution": 2.898442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1152404,
          "distinctRankCount": 5872,
          "maxRank": 19322.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.494688,
          "sdRefIntergenicDistribution": 3.404115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12631592,
          "distinctRankCount": 7553,
          "maxRank": 20557.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.244460,
          "sdRefIntergenicDistribution": 1.410583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45464,
          "distinctRankCount": 2249,
          "maxRank": 15247.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.767048,
          "sdRefIntergenicDistribution": 1.480964,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29617,
          "distinctRankCount": 2325,
          "maxRank": 14020.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.981278,
          "sdRefIntergenicDistribution": 2.274030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 456111,
          "distinctRankCount": 4889,
          "maxRank": 17638.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.649719,
          "sdRefIntergenicDistribution": 2.602776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1020664,
          "distinctRankCount": 5481,
          "maxRank": 18805.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.860728,
          "sdRefIntergenicDistribution": 3.153113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4112218,
          "distinctRankCount": 7055,
          "maxRank": 19813.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "radial glia-like cell",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1083.498509,
          "sdRefIntergenicDistribution": 1.162366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 810,
          "distinctRankCount": 143,
          "maxRank": 11553.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.145445,
          "sdRefIntergenicDistribution": 1.397904,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20482,
          "distinctRankCount": 1722,
          "maxRank": 13574.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.169663,
          "sdRefIntergenicDistribution": 2.036570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 287850,
          "distinctRankCount": 3412,
          "maxRank": 17225.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.099781,
          "sdRefIntergenicDistribution": 2.820288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1903566,
          "distinctRankCount": 5970,
          "maxRank": 19386.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.032517,
          "sdRefIntergenicDistribution": 2.286682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 437982,
          "distinctRankCount": 3888,
          "maxRank": 17934.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.647909,
          "sdRefIntergenicDistribution": 1.831981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 144887,
          "distinctRankCount": 2688,
          "maxRank": 16295.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136282776,
            "mappedReadsCount": 48799114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "MmulDv:0000029",
              "name": "9-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "9.89Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.586589,
          "sdRefIntergenicDistribution": 1.477728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51300,
          "distinctRankCount": 2523,
          "maxRank": 15161.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.197889,
          "sdRefIntergenicDistribution": 1.902078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 224148,
          "distinctRankCount": 3415,
          "maxRank": 16802.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.595427,
          "sdRefIntergenicDistribution": 1.859616,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 294700,
          "distinctRankCount": 4063,
          "maxRank": 17615.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.395449,
          "sdRefIntergenicDistribution": 2.311266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 565497,
          "distinctRankCount": 4184,
          "maxRank": 18057.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.163409,
          "sdRefIntergenicDistribution": 2.016652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 292448,
          "distinctRankCount": 3944,
          "maxRank": 17496.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.766089,
          "sdRefIntergenicDistribution": 3.145568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4058507,
          "distinctRankCount": 6843,
          "maxRank": 19935.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.555450,
          "sdRefIntergenicDistribution": 3.285047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7555273,
          "distinctRankCount": 7731,
          "maxRank": 20276.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "neural intermediate progenitor cell",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.348582,
          "sdRefIntergenicDistribution": 1.418475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18623,
          "distinctRankCount": 1358,
          "maxRank": 13707.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.564163,
          "sdRefIntergenicDistribution": 3.295564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8139358,
          "distinctRankCount": 7004,
          "maxRank": 20444.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.846940,
          "sdRefIntergenicDistribution": 2.966897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2825133,
          "distinctRankCount": 6139,
          "maxRank": 19686.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.129248,
          "sdRefIntergenicDistribution": 2.292130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 616737,
          "distinctRankCount": 4131,
          "maxRank": 18233.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.390230,
          "sdRefIntergenicDistribution": 1.822393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 136284,
          "distinctRankCount": 3387,
          "maxRank": 16092.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.733545,
          "sdRefIntergenicDistribution": 2.511937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 879036,
          "distinctRankCount": 5524,
          "maxRank": 18365.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 168226945,
            "mappedReadsCount": 63186620,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "MmulDv:0000028",
              "name": "8-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "8.56Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.600546,
          "sdRefIntergenicDistribution": 2.626849,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1034809,
          "distinctRankCount": 4594,
          "maxRank": 18996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.451831,
          "sdRefIntergenicDistribution": 3.506962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18827422,
          "distinctRankCount": 8238,
          "maxRank": 20791.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.855571,
          "sdRefIntergenicDistribution": 1.924615,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 198097,
          "distinctRankCount": 3983,
          "maxRank": 16594.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.648004,
          "sdRefIntergenicDistribution": 3.300349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8967944,
          "distinctRankCount": 8073,
          "maxRank": 20411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "neural intermediate progenitor cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 575.028654,
          "sdRefIntergenicDistribution": 1.166218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1578,
          "distinctRankCount": 230,
          "maxRank": 11770.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "radial glia-like cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 506.148407,
          "sdRefIntergenicDistribution": 1.134722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1760,
          "distinctRankCount": 238,
          "maxRank": 11774.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.617150,
          "sdRefIntergenicDistribution": 1.531734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79654,
          "distinctRankCount": 3102,
          "maxRank": 15959.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 253.307373,
          "sdRefIntergenicDistribution": 1.153816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3504,
          "distinctRankCount": 449,
          "maxRank": 12119.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.248326,
          "sdRefIntergenicDistribution": 2.764096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1487333,
          "distinctRankCount": 6056,
          "maxRank": 18917.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.549172,
          "sdRefIntergenicDistribution": 1.995394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 258491,
          "distinctRankCount": 3039,
          "maxRank": 17254.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.604058,
          "sdRefIntergenicDistribution": 2.239430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 488735,
          "distinctRankCount": 3888,
          "maxRank": 17891.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.171682,
          "sdRefIntergenicDistribution": 2.832263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1546009,
          "distinctRankCount": 4961,
          "maxRank": 19239.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.947693,
          "sdRefIntergenicDistribution": 2.910792,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2369993,
          "distinctRankCount": 6116,
          "maxRank": 19570.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.812084,
          "sdRefIntergenicDistribution": 1.754658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103171,
          "distinctRankCount": 3055,
          "maxRank": 15631.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 215074616,
            "mappedReadsCount": 80295099,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.446094,
          "sdRefIntergenicDistribution": 1.801812,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 173318,
          "distinctRankCount": 3378,
          "maxRank": 17013.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.382767,
          "sdRefIntergenicDistribution": 4.083921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17209110,
          "distinctRankCount": 11299,
          "maxRank": 20933.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.325744,
          "sdRefIntergenicDistribution": 4.034605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17357771,
          "distinctRankCount": 11528,
          "maxRank": 20876.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "radial glia-like cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 178.937274,
          "sdRefIntergenicDistribution": 1.354799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5723,
          "distinctRankCount": 833,
          "maxRank": 12653.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.211279,
          "sdRefIntergenicDistribution": 1.850442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 151170,
          "distinctRankCount": 3893,
          "maxRank": 17162.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.359538,
          "sdRefIntergenicDistribution": 3.869819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10847019,
          "distinctRankCount": 10283,
          "maxRank": 20767.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.451696,
          "sdRefIntergenicDistribution": 3.006016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1413206,
          "distinctRankCount": 7722,
          "maxRank": 19353.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.012050,
          "sdRefIntergenicDistribution": 3.812492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11641737,
          "distinctRankCount": 8328,
          "maxRank": 20622.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.641388,
          "sdRefIntergenicDistribution": 3.148322,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2272726,
          "distinctRankCount": 6044,
          "maxRank": 19784.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002604",
              "name": "astrocyte of the hippocampus"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.830188,
          "sdRefIntergenicDistribution": 3.215867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2212225,
          "distinctRankCount": 6597,
          "maxRank": 19853.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.181783,
          "sdRefIntergenicDistribution": 3.288990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1980380,
          "distinctRankCount": 6698,
          "maxRank": 19786.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0001033",
              "name": "hippocampal granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.411984,
          "sdRefIntergenicDistribution": 3.991414,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12173539,
          "distinctRankCount": 10082,
          "maxRank": 20738.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 345715369,
            "mappedReadsCount": 168993735,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001954",
              "name": "Ammon's horn"
            },
            "anatEntityAuthorAnnotation": "Hippocampus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "SscrDv:0000045",
              "name": "13-week-old stage (pig)"
            },
            "devStageAuthorAnnotation": "0.25Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9823,
              "name": "pig",
              "genus": "Sus",
              "speciesName": "scrofa",
              "preferredDisplayOrder": 9
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.931116,
          "sdRefIntergenicDistribution": 3.158276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1995822,
          "distinctRankCount": 6435,
          "maxRank": 19799.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "granule cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.360448,
          "sdRefIntergenicDistribution": 3.484523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17525713,
          "distinctRankCount": 8371,
          "maxRank": 20720.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA1 Sub",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.751667,
          "sdRefIntergenicDistribution": 1.827224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 130059,
          "distinctRankCount": 3793,
          "maxRank": 16029.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "CA2-3",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.544238,
          "sdRefIntergenicDistribution": 3.296204,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8304978,
          "distinctRankCount": 8394,
          "maxRank": 20346.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "radial glia-like cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 226.340313,
          "sdRefIntergenicDistribution": 1.226127,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4011,
          "distinctRankCount": 524,
          "maxRank": 12279.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023072",
              "name": "brain vascular cell"
            },
            "cellTypeAuthorAnnotation": "vascular cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.626458,
          "sdRefIntergenicDistribution": 1.441531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43295,
          "distinctRankCount": 2317,
          "maxRank": 15148.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.550271,
          "sdRefIntergenicDistribution": 1.410437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18763,
          "distinctRankCount": 2046,
          "maxRank": 13427.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "mossy cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.439498,
          "sdRefIntergenicDistribution": 2.590461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1095268,
          "distinctRankCount": 6006,
          "maxRank": 18637.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.802992,
          "sdRefIntergenicDistribution": 2.209278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 439805,
          "distinctRankCount": 3797,
          "maxRank": 17721.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.595490,
          "sdRefIntergenicDistribution": 2.225162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 477925,
          "distinctRankCount": 4120,
          "maxRank": 17806.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.120162,
          "sdRefIntergenicDistribution": 2.793874,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1472800,
          "distinctRankCount": 5225,
          "maxRank": 19090.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.864943,
          "sdRefIntergenicDistribution": 2.856305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2181857,
          "distinctRankCount": 6455,
          "maxRank": 19439.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000031",
              "name": "neuroblast"
            },
            "cellTypeAuthorAnnotation": "neuroblast",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.550777,
          "sdRefIntergenicDistribution": 1.636602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68204,
          "distinctRankCount": 2847,
          "maxRank": 15194.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 179797706,
            "mappedReadsCount": 70826177,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX12770683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "immune",
            "devStage": {
              "id": "MmulDv:0000034",
              "name": "14-year-old stage (macaque)"
            },
            "devStageAuthorAnnotation": "14.2Y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9544,
              "name": "macaque",
              "genus": "Macaca",
              "speciesName": "mulatta",
              "preferredDisplayOrder": 21
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.161161,
          "sdRefIntergenicDistribution": 1.952500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 274850,
          "distinctRankCount": 3824,
          "maxRank": 17533.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.475046,
          "sdRefIntergenicDistribution": 1.394198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27643,
          "distinctRankCount": 1556,
          "maxRank": 20805.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.755111,
          "sdRefIntergenicDistribution": 1.289247,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10910,
          "distinctRankCount": 766,
          "maxRank": 19551.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.937479,
          "sdRefIntergenicDistribution": 1.826427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 349988,
          "distinctRankCount": 4083,
          "maxRank": 25242.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.537445,
          "sdRefIntergenicDistribution": 3.382578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15591150,
          "distinctRankCount": 9995,
          "maxRank": 29466.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.881192,
          "sdRefIntergenicDistribution": 2.507862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2759212,
          "distinctRankCount": 6740,
          "maxRank": 27559.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.614435,
          "sdRefIntergenicDistribution": 3.127552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8574274,
          "distinctRankCount": 9380,
          "maxRank": 28956.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.678553,
          "sdRefIntergenicDistribution": 2.936746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6157843,
          "distinctRankCount": 8574,
          "maxRank": 28619.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.660715,
          "sdRefIntergenicDistribution": 2.855414,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5921385,
          "distinctRankCount": 7696,
          "maxRank": 28724.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB distal FN1 NTNG1",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.731919,
          "sdRefIntergenicDistribution": 1.257934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7078,
          "distinctRankCount": 661,
          "maxRank": 18947.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 279.946093,
          "sdRefIntergenicDistribution": 1.120311,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3485,
          "distinctRankCount": 177,
          "maxRank": 18317.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.935114,
          "sdRefIntergenicDistribution": 2.522001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2593260,
          "distinctRankCount": 5294,
          "maxRank": 27733.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.473212,
          "sdRefIntergenicDistribution": 1.354411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40113,
          "distinctRankCount": 1405,
          "maxRank": 21527.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.035154,
          "sdRefIntergenicDistribution": 2.381514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2025054,
          "distinctRankCount": 4585,
          "maxRank": 27238.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.942315,
          "sdRefIntergenicDistribution": 1.715784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 259242,
          "distinctRankCount": 2686,
          "maxRank": 24381.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.789486,
          "sdRefIntergenicDistribution": 2.080580,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 914625,
          "distinctRankCount": 3924,
          "maxRank": 26239.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.057826,
          "sdRefIntergenicDistribution": 1.380195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53061,
          "distinctRankCount": 1823,
          "maxRank": 22212.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.320281,
          "sdRefIntergenicDistribution": 2.271407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1517489,
          "distinctRankCount": 4883,
          "maxRank": 27177.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.042699,
          "sdRefIntergenicDistribution": 1.329790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26481,
          "distinctRankCount": 1344,
          "maxRank": 20711.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 132.592228,
          "sdRefIntergenicDistribution": 1.207906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7326,
          "distinctRankCount": 600,
          "maxRank": 18996.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.593785,
          "sdRefIntergenicDistribution": 1.205020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39949,
          "distinctRankCount": 1607,
          "maxRank": 21706.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.323721,
          "sdRefIntergenicDistribution": 1.319851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54821,
          "distinctRankCount": 1509,
          "maxRank": 22244.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.763108,
          "sdRefIntergenicDistribution": 1.411299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 164787,
          "distinctRankCount": 2593,
          "maxRank": 23887.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.526713,
          "sdRefIntergenicDistribution": 1.275106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32835,
          "distinctRankCount": 1322,
          "maxRank": 21572.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 349.219009,
          "sdRefIntergenicDistribution": 1.110151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2802,
          "distinctRankCount": 73,
          "maxRank": 18385.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.258119,
          "sdRefIntergenicDistribution": 1.310520,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116509,
          "distinctRankCount": 2648,
          "maxRank": 23375.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.766915,
          "sdRefIntergenicDistribution": 2.034479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 917374,
          "distinctRankCount": 3851,
          "maxRank": 26678.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.544426,
          "sdRefIntergenicDistribution": 1.273238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14087,
          "distinctRankCount": 638,
          "maxRank": 20037.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 893.655089,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159724036,
            "mappedReadsCount": 97892995,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 903.342399,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.816930,
          "sdRefIntergenicDistribution": 1.394026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55931,
          "distinctRankCount": 2413,
          "maxRank": 22016.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.998116,
          "sdRefIntergenicDistribution": 2.789232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3312522,
          "distinctRankCount": 8046,
          "maxRank": 27896.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.915498,
          "sdRefIntergenicDistribution": 3.095704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5302644,
          "distinctRankCount": 9168,
          "maxRank": 28387.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.005251,
          "sdRefIntergenicDistribution": 1.451747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14286,
          "distinctRankCount": 987,
          "maxRank": 19651.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.748765,
          "sdRefIntergenicDistribution": 1.332039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17855,
          "distinctRankCount": 1148,
          "maxRank": 20033.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.357934,
          "sdRefIntergenicDistribution": 1.590022,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 143994,
          "distinctRankCount": 3104,
          "maxRank": 23522.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.498093,
          "sdRefIntergenicDistribution": 1.384027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15788,
          "distinctRankCount": 929,
          "maxRank": 19875.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.069250,
          "sdRefIntergenicDistribution": 1.507911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66774,
          "distinctRankCount": 2801,
          "maxRank": 22098.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.474621,
          "sdRefIntergenicDistribution": 1.653782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 193330,
          "distinctRankCount": 3902,
          "maxRank": 24053.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955278,
          "sdRefIntergenicDistribution": 2.613820,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3135971,
          "distinctRankCount": 8096,
          "maxRank": 28039.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB distal FN1 NTNG1",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.948500,
          "sdRefIntergenicDistribution": 2.925899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4021588,
          "distinctRankCount": 9174,
          "maxRank": 28051.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955971,
          "sdRefIntergenicDistribution": 2.941583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4037749,
          "distinctRankCount": 7928,
          "maxRank": 28072.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 SEMA3E",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.113202,
          "sdRefIntergenicDistribution": 2.612319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2354510,
          "distinctRankCount": 7875,
          "maxRank": 27371.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.088418,
          "sdRefIntergenicDistribution": 2.438575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2109065,
          "distinctRankCount": 5895,
          "maxRank": 27655.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.081038,
          "sdRefIntergenicDistribution": 1.880775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 467437,
          "distinctRankCount": 4050,
          "maxRank": 25149.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.848555,
          "sdRefIntergenicDistribution": 2.614545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3160851,
          "distinctRankCount": 5765,
          "maxRank": 27606.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.966368,
          "sdRefIntergenicDistribution": 1.891976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 483124,
          "distinctRankCount": 3656,
          "maxRank": 25137.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.885471,
          "sdRefIntergenicDistribution": 2.613754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2964652,
          "distinctRankCount": 5949,
          "maxRank": 27540.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.836480,
          "sdRefIntergenicDistribution": 1.461700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79298,
          "distinctRankCount": 2306,
          "maxRank": 22500.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.161224,
          "sdRefIntergenicDistribution": 2.499817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2227531,
          "distinctRankCount": 6288,
          "maxRank": 27591.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.944799,
          "sdRefIntergenicDistribution": 1.643278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 429865,
          "distinctRankCount": 4199,
          "maxRank": 25152.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.578812,
          "sdRefIntergenicDistribution": 1.673592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 839323,
          "distinctRankCount": 5647,
          "maxRank": 25760.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.228558,
          "sdRefIntergenicDistribution": 1.346758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55301,
          "distinctRankCount": 1823,
          "maxRank": 22222.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.528431,
          "sdRefIntergenicDistribution": 1.317514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85147,
          "distinctRankCount": 2461,
          "maxRank": 22642.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.024684,
          "sdRefIntergenicDistribution": 1.405709,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 99295,
          "distinctRankCount": 2300,
          "maxRank": 23175.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.157359,
          "sdRefIntergenicDistribution": 1.220462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8638,
          "distinctRankCount": 552,
          "maxRank": 19006.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.110475,
          "sdRefIntergenicDistribution": 2.409876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2083852,
          "distinctRankCount": 5171,
          "maxRank": 27408.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.157344,
          "sdRefIntergenicDistribution": 1.302855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25715,
          "distinctRankCount": 1029,
          "maxRank": 20637.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 134.565506,
          "sdRefIntergenicDistribution": 1.199445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7331,
          "distinctRankCount": 332,
          "maxRank": 19092.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 311.471531,
          "sdRefIntergenicDistribution": 1.178018,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3249,
          "distinctRankCount": 219,
          "maxRank": 18411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 174843660,
            "mappedReadsCount": 103167887,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.372429,
          "sdRefIntergenicDistribution": 1.936919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 430145,
          "distinctRankCount": 4533,
          "maxRank": 25012.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.401874,
          "sdRefIntergenicDistribution": 2.502869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1619879,
          "distinctRankCount": 6693,
          "maxRank": 26927.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.460481,
          "sdRefIntergenicDistribution": 1.381655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34556,
          "distinctRankCount": 1831,
          "maxRank": 21111.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.270008,
          "sdRefIntergenicDistribution": 1.484556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54723,
          "distinctRankCount": 2293,
          "maxRank": 21782.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 382.366146,
          "sdRefIntergenicDistribution": 1.309066,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2725,
          "distinctRankCount": 135,
          "maxRank": 18280.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.266031,
          "sdRefIntergenicDistribution": 2.015589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 687879,
          "distinctRankCount": 4274,
          "maxRank": 25943.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.324121,
          "sdRefIntergenicDistribution": 1.375158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49861,
          "distinctRankCount": 1658,
          "maxRank": 21835.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.304023,
          "sdRefIntergenicDistribution": 1.809013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 410045,
          "distinctRankCount": 3138,
          "maxRank": 24996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.615835,
          "sdRefIntergenicDistribution": 1.483607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 63557,
          "distinctRankCount": 1646,
          "maxRank": 22069.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.824520,
          "sdRefIntergenicDistribution": 1.579587,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 174662,
          "distinctRankCount": 2568,
          "maxRank": 23769.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.205797,
          "sdRefIntergenicDistribution": 1.291951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 86891,
          "distinctRankCount": 1971,
          "maxRank": 22820.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.203908,
          "sdRefIntergenicDistribution": 1.170443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13887,
          "distinctRankCount": 654,
          "maxRank": 19848.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.533434,
          "sdRefIntergenicDistribution": 1.268754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23259,
          "distinctRankCount": 1025,
          "maxRank": 20740.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.616063,
          "sdRefIntergenicDistribution": 1.366279,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41700,
          "distinctRankCount": 1593,
          "maxRank": 21877.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.540481,
          "sdRefIntergenicDistribution": 3.856099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32756722,
          "distinctRankCount": 11692,
          "maxRank": 29993.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.446937,
          "sdRefIntergenicDistribution": 1.377284,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 203419,
          "distinctRankCount": 3354,
          "maxRank": 24018.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.221915,
          "sdRefIntergenicDistribution": 1.264251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32117,
          "distinctRankCount": 1138,
          "maxRank": 21140.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.953436,
          "sdRefIntergenicDistribution": 2.042679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 795622,
          "distinctRankCount": 3703,
          "maxRank": 26264.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.416077,
          "sdRefIntergenicDistribution": 1.124828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11014,
          "distinctRankCount": 571,
          "maxRank": 19648.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.879242,
          "sdRefIntergenicDistribution": 1.214921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11867,
          "distinctRankCount": 558,
          "maxRank": 19652.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.425096,
          "sdRefIntergenicDistribution": 1.338084,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21262,
          "distinctRankCount": 1537,
          "maxRank": 20444.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.053133,
          "sdRefIntergenicDistribution": 2.244870,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 855535,
          "distinctRankCount": 5392,
          "maxRank": 25929.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.710739,
          "sdRefIntergenicDistribution": 1.235826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7174,
          "distinctRankCount": 624,
          "maxRank": 18894.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.582116,
          "sdRefIntergenicDistribution": 2.287460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1222182,
          "distinctRankCount": 5895,
          "maxRank": 26872.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 148125973,
            "mappedReadsCount": 86544435,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.989478,
          "sdRefIntergenicDistribution": 2.587330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2522628,
          "distinctRankCount": 5705,
          "maxRank": 27798.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.316085,
          "sdRefIntergenicDistribution": 1.426239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33872,
          "distinctRankCount": 1900,
          "maxRank": 20861.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.720563,
          "sdRefIntergenicDistribution": 3.354114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11994303,
          "distinctRankCount": 10237,
          "maxRank": 29306.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.778681,
          "sdRefIntergenicDistribution": 3.306476,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9449561,
          "distinctRankCount": 10457,
          "maxRank": 29115.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.685390,
          "sdRefIntergenicDistribution": 1.654957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 161660,
          "distinctRankCount": 3263,
          "maxRank": 23558.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 153.559604,
          "sdRefIntergenicDistribution": 1.170555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6425,
          "distinctRankCount": 645,
          "maxRank": 19005.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.914681,
          "sdRefIntergenicDistribution": 1.425211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55426,
          "distinctRankCount": 2083,
          "maxRank": 21979.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.320368,
          "sdRefIntergenicDistribution": 1.423984,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71763,
          "distinctRankCount": 2756,
          "maxRank": 22390.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.136030,
          "sdRefIntergenicDistribution": 2.493013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2384412,
          "distinctRankCount": 7266,
          "maxRank": 27986.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.142607,
          "sdRefIntergenicDistribution": 1.633161,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 149450,
          "distinctRankCount": 3733,
          "maxRank": 23616.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.901612,
          "sdRefIntergenicDistribution": 2.702068,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3550704,
          "distinctRankCount": 6849,
          "maxRank": 28417.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.747910,
          "sdRefIntergenicDistribution": 1.575338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 133448,
          "distinctRankCount": 2635,
          "maxRank": 23400.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.905900,
          "sdRefIntergenicDistribution": 2.051395,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 855529,
          "distinctRankCount": 4024,
          "maxRank": 26292.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.452318,
          "sdRefIntergenicDistribution": 1.696980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 230132,
          "distinctRankCount": 2837,
          "maxRank": 24203.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.498370,
          "sdRefIntergenicDistribution": 2.158033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1193579,
          "distinctRankCount": 4566,
          "maxRank": 26665.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 69.513702,
          "sdRefIntergenicDistribution": 1.313559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14404,
          "distinctRankCount": 844,
          "maxRank": 19718.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.923572,
          "sdRefIntergenicDistribution": 2.035512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 857045,
          "distinctRankCount": 4288,
          "maxRank": 26803.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.346424,
          "sdRefIntergenicDistribution": 1.472831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 120736,
          "distinctRankCount": 2574,
          "maxRank": 23498.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.102154,
          "sdRefIntergenicDistribution": 1.548211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 231200,
          "distinctRankCount": 2805,
          "maxRank": 24289.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.409126,
          "sdRefIntergenicDistribution": 1.545861,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 500054,
          "distinctRankCount": 4688,
          "maxRank": 25039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.481970,
          "sdRefIntergenicDistribution": 1.161780,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12734,
          "distinctRankCount": 585,
          "maxRank": 19591.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.931609,
          "sdRefIntergenicDistribution": 1.359738,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59442,
          "distinctRankCount": 1812,
          "maxRank": 22160.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 403.427862,
          "sdRefIntergenicDistribution": 1.000594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2400,
          "distinctRankCount": 232,
          "maxRank": 18145.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.859934,
          "sdRefIntergenicDistribution": 2.624796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3461013,
          "distinctRankCount": 5824,
          "maxRank": 28076.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.920747,
          "sdRefIntergenicDistribution": 1.297492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36844,
          "distinctRankCount": 1195,
          "maxRank": 21188.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.100782,
          "sdRefIntergenicDistribution": 1.307198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34439,
          "distinctRankCount": 1199,
          "maxRank": 21287.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1020.408070,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159772547,
            "mappedReadsCount": 91537308,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.417992,
          "sdRefIntergenicDistribution": 1.225938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9156,
          "distinctRankCount": 819,
          "maxRank": 19273.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.136525,
          "sdRefIntergenicDistribution": 1.835339,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 217314,
          "distinctRankCount": 4270,
          "maxRank": 24067.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.766817,
          "sdRefIntergenicDistribution": 3.311504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8525964,
          "distinctRankCount": 10428,
          "maxRank": 28713.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.421444,
          "sdRefIntergenicDistribution": 1.509145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67892,
          "distinctRankCount": 2233,
          "maxRank": 21940.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.606959,
          "sdRefIntergenicDistribution": 1.904016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 307673,
          "distinctRankCount": 4291,
          "maxRank": 24559.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.227833,
          "sdRefIntergenicDistribution": 2.377506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1688949,
          "distinctRankCount": 5099,
          "maxRank": 27470.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 125.271447,
          "sdRefIntergenicDistribution": 1.350864,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8178,
          "distinctRankCount": 450,
          "maxRank": 18938.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.230318,
          "sdRefIntergenicDistribution": 2.042507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 725700,
          "distinctRankCount": 4580,
          "maxRank": 26299.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.476568,
          "sdRefIntergenicDistribution": 1.726348,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 286419,
          "distinctRankCount": 3255,
          "maxRank": 24432.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.067988,
          "sdRefIntergenicDistribution": 2.002356,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 756152,
          "distinctRankCount": 3833,
          "maxRank": 25935.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.513137,
          "sdRefIntergenicDistribution": 1.639032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187519,
          "distinctRankCount": 2710,
          "maxRank": 23974.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.332961,
          "sdRefIntergenicDistribution": 2.263057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1446150,
          "distinctRankCount": 4798,
          "maxRank": 26886.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.579350,
          "sdRefIntergenicDistribution": 1.703627,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 845645,
          "distinctRankCount": 5189,
          "maxRank": 25741.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.461018,
          "sdRefIntergenicDistribution": 1.425234,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148951,
          "distinctRankCount": 2511,
          "maxRank": 23594.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.668814,
          "sdRefIntergenicDistribution": 1.213057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49812,
          "distinctRankCount": 1938,
          "maxRank": 21882.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.032481,
          "sdRefIntergenicDistribution": 1.275995,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35766,
          "distinctRankCount": 1469,
          "maxRank": 21344.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.725039,
          "sdRefIntergenicDistribution": 3.128689,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6789779,
          "distinctRankCount": 9109,
          "maxRank": 28566.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.304514,
          "sdRefIntergenicDistribution": 1.352029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35930,
          "distinctRankCount": 1464,
          "maxRank": 21643.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.270009,
          "sdRefIntergenicDistribution": 2.287202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1581846,
          "distinctRankCount": 4829,
          "maxRank": 27307.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.716336,
          "sdRefIntergenicDistribution": 1.376535,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22402,
          "distinctRankCount": 1078,
          "maxRank": 20559.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 95.698624,
          "sdRefIntergenicDistribution": 1.261821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10793,
          "distinctRankCount": 577,
          "maxRank": 19625.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 230.292358,
          "sdRefIntergenicDistribution": 1.171910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4331,
          "distinctRankCount": 286,
          "maxRank": 18685.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.380553,
          "sdRefIntergenicDistribution": 1.771721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 133419,
          "distinctRankCount": 3340,
          "maxRank": 22957.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 387.862409,
          "sdRefIntergenicDistribution": 1.123390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2476,
          "distinctRankCount": 142,
          "maxRank": 18204.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.355702,
          "sdRefIntergenicDistribution": 2.331103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1552660,
          "distinctRankCount": 6792,
          "maxRank": 27215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 142305213,
            "mappedReadsCount": 86695480,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000173",
              "name": "79-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "79y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.015561,
          "sdRefIntergenicDistribution": 1.623431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 109791,
          "distinctRankCount": 3110,
          "maxRank": 22996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.328732,
          "sdRefIntergenicDistribution": 3.264101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21831774,
          "distinctRankCount": 12553,
          "maxRank": 29854.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.497526,
          "sdRefIntergenicDistribution": 2.874738,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7392607,
          "distinctRankCount": 10305,
          "maxRank": 28689.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.970365,
          "sdRefIntergenicDistribution": 2.800496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3577060,
          "distinctRankCount": 6671,
          "maxRank": 28290.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.213423,
          "sdRefIntergenicDistribution": 1.390649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35431,
          "distinctRankCount": 1543,
          "maxRank": 21083.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.339233,
          "sdRefIntergenicDistribution": 2.499633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2030268,
          "distinctRankCount": 5793,
          "maxRank": 27613.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.764876,
          "sdRefIntergenicDistribution": 1.778989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 487883,
          "distinctRankCount": 3791,
          "maxRank": 25190.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.022752,
          "sdRefIntergenicDistribution": 2.213709,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1835053,
          "distinctRankCount": 4918,
          "maxRank": 27112.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.651053,
          "sdRefIntergenicDistribution": 1.822632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 503962,
          "distinctRankCount": 3465,
          "maxRank": 25251.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.048684,
          "sdRefIntergenicDistribution": 2.210980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1803482,
          "distinctRankCount": 5203,
          "maxRank": 27042.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.294372,
          "sdRefIntergenicDistribution": 1.353492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148944,
          "distinctRankCount": 2280,
          "maxRank": 23504.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.975103,
          "sdRefIntergenicDistribution": 1.158368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27962,
          "distinctRankCount": 1016,
          "maxRank": 20739.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.614315,
          "sdRefIntergenicDistribution": 1.277266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56219,
          "distinctRankCount": 1561,
          "maxRank": 21897.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.500846,
          "sdRefIntergenicDistribution": 1.196013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12308,
          "distinctRankCount": 559,
          "maxRank": 19648.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.218415,
          "sdRefIntergenicDistribution": 1.237237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16177,
          "distinctRankCount": 627,
          "maxRank": 19981.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.777986,
          "sdRefIntergenicDistribution": 1.412950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 233360,
          "distinctRankCount": 3382,
          "maxRank": 23768.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.031321,
          "sdRefIntergenicDistribution": 1.791191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 680185,
          "distinctRankCount": 3529,
          "maxRank": 26051.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.549981,
          "sdRefIntergenicDistribution": 1.254256,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22483,
          "distinctRankCount": 611,
          "maxRank": 20600.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 840.336078,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 105.457717,
          "sdRefIntergenicDistribution": 1.231429,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9760,
          "distinctRankCount": 446,
          "maxRank": 19368.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.603325,
          "sdRefIntergenicDistribution": 2.408211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1404795,
          "distinctRankCount": 6642,
          "maxRank": 27011.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.982077,
          "sdRefIntergenicDistribution": 1.436515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10214,
          "distinctRankCount": 726,
          "maxRank": 19194.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 75.364423,
          "sdRefIntergenicDistribution": 1.386722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13190,
          "distinctRankCount": 974,
          "maxRank": 19742.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.993272,
          "sdRefIntergenicDistribution": 2.740605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3609168,
          "distinctRankCount": 7895,
          "maxRank": 28361.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.807901,
          "sdRefIntergenicDistribution": 1.691895,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 333983,
          "distinctRankCount": 4307,
          "maxRank": 24212.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 SEMA3E",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.229265,
          "sdRefIntergenicDistribution": 1.451685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67466,
          "distinctRankCount": 2597,
          "maxRank": 22094.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158308947,
            "mappedReadsCount": 105737851,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.442885,
          "sdRefIntergenicDistribution": 1.473914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11556,
          "distinctRankCount": 915,
          "maxRank": 19373.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.810310,
          "sdRefIntergenicDistribution": 1.809904,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 281517,
          "distinctRankCount": 4307,
          "maxRank": 24756.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.104399,
          "sdRefIntergenicDistribution": 2.942970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3764457,
          "distinctRankCount": 8938,
          "maxRank": 28317.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.998704,
          "sdRefIntergenicDistribution": 2.142460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1796388,
          "distinctRankCount": 6822,
          "maxRank": 26758.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.797606,
          "sdRefIntergenicDistribution": 2.524589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3383381,
          "distinctRankCount": 8581,
          "maxRank": 27814.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.088469,
          "sdRefIntergenicDistribution": 1.330233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21135,
          "distinctRankCount": 1078,
          "maxRank": 20213.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.578644,
          "sdRefIntergenicDistribution": 2.031184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1069100,
          "distinctRankCount": 4611,
          "maxRank": 26813.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.073301,
          "sdRefIntergenicDistribution": 1.636919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 303646,
          "distinctRankCount": 3048,
          "maxRank": 24590.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.775309,
          "sdRefIntergenicDistribution": 1.882150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 824354,
          "distinctRankCount": 3571,
          "maxRank": 26014.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.825015,
          "sdRefIntergenicDistribution": 1.496096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 115730,
          "distinctRankCount": 1965,
          "maxRank": 22972.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.996913,
          "sdRefIntergenicDistribution": 2.203822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1881967,
          "distinctRankCount": 4643,
          "maxRank": 26987.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.464385,
          "sdRefIntergenicDistribution": 1.331576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 143744,
          "distinctRankCount": 2159,
          "maxRank": 23613.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.210733,
          "sdRefIntergenicDistribution": 1.433415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 352617,
          "distinctRankCount": 3643,
          "maxRank": 24528.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 160.782857,
          "sdRefIntergenicDistribution": 1.103507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6110,
          "distinctRankCount": 284,
          "maxRank": 18905.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 165.937342,
          "sdRefIntergenicDistribution": 1.035363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5920,
          "distinctRankCount": 238,
          "maxRank": 18883.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.828356,
          "sdRefIntergenicDistribution": 1.216171,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23017,
          "distinctRankCount": 829,
          "maxRank": 20603.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 392.256011,
          "sdRefIntergenicDistribution": 1.132574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2542,
          "distinctRankCount": 70,
          "maxRank": 18250.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.810090,
          "sdRefIntergenicDistribution": 1.648293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 324438,
          "distinctRankCount": 2463,
          "maxRank": 24918.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 247.605866,
          "sdRefIntergenicDistribution": 1.241175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4091,
          "distinctRankCount": 142,
          "maxRank": 18583.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 166.063809,
          "sdRefIntergenicDistribution": 1.267579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6186,
          "distinctRankCount": 217,
          "maxRank": 19012.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 371.604421,
          "sdRefIntergenicDistribution": 1.111479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2654,
          "distinctRankCount": 100,
          "maxRank": 18363.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.451197,
          "sdRefIntergenicDistribution": 2.336379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1483057,
          "distinctRankCount": 6534,
          "maxRank": 27208.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.970138,
          "sdRefIntergenicDistribution": 1.862840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 503952,
          "distinctRankCount": 5214,
          "maxRank": 25409.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 130.362775,
          "sdRefIntergenicDistribution": 1.216730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7576,
          "distinctRankCount": 538,
          "maxRank": 19108.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 150928820,
            "mappedReadsCount": 105272290,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.706402,
          "sdRefIntergenicDistribution": 2.252223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1157106,
          "distinctRankCount": 4513,
          "maxRank": 26932.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.665841,
          "sdRefIntergenicDistribution": 3.742423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34916458,
          "distinctRankCount": 12332,
          "maxRank": 30867.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.121678,
          "sdRefIntergenicDistribution": 1.211553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28908,
          "distinctRankCount": 1104,
          "maxRank": 20712.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.325624,
          "sdRefIntergenicDistribution": 2.038416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1241479,
          "distinctRankCount": 4164,
          "maxRank": 26705.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.885822,
          "sdRefIntergenicDistribution": 1.571796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 167823,
          "distinctRankCount": 2086,
          "maxRank": 23650.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.917702,
          "sdRefIntergenicDistribution": 1.536680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 167604,
          "distinctRankCount": 2284,
          "maxRank": 23561.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 203.405633,
          "sdRefIntergenicDistribution": 1.163092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4944,
          "distinctRankCount": 176,
          "maxRank": 18724.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.025725,
          "sdRefIntergenicDistribution": 1.194773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14948,
          "distinctRankCount": 617,
          "maxRank": 19957.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.367859,
          "sdRefIntergenicDistribution": 1.315470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49588,
          "distinctRankCount": 1181,
          "maxRank": 21838.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.344846,
          "sdRefIntergenicDistribution": 1.380005,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253820,
          "distinctRankCount": 3627,
          "maxRank": 24290.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 321.538735,
          "sdRefIntergenicDistribution": 1.163188,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3115,
          "distinctRankCount": 106,
          "maxRank": 18390.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.694087,
          "sdRefIntergenicDistribution": 1.572268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 250141,
          "distinctRankCount": 2149,
          "maxRank": 24562.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.873978,
          "sdRefIntergenicDistribution": 1.163192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11020,
          "distinctRankCount": 389,
          "maxRank": 19661.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.018364,
          "sdRefIntergenicDistribution": 2.839304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4106075,
          "distinctRankCount": 8965,
          "maxRank": 28394.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.794194,
          "sdRefIntergenicDistribution": 1.414692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74885,
          "distinctRankCount": 2241,
          "maxRank": 22145.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 145.180026,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 731.528890,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.669195,
          "sdRefIntergenicDistribution": 2.311427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1258281,
          "distinctRankCount": 6673,
          "maxRank": 26763.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.301088,
          "sdRefIntergenicDistribution": 2.546434,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2001907,
          "distinctRankCount": 6672,
          "maxRank": 27699.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.436495,
          "sdRefIntergenicDistribution": 2.430219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1553894,
          "distinctRankCount": 4773,
          "maxRank": 27293.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.828411,
          "sdRefIntergenicDistribution": 1.377790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26407,
          "distinctRankCount": 1176,
          "maxRank": 20506.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 158449982,
            "mappedReadsCount": 96730166,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.710301,
          "sdRefIntergenicDistribution": 1.954745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 912513,
          "distinctRankCount": 4068,
          "maxRank": 26514.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.167469,
          "sdRefIntergenicDistribution": 1.359721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53572,
          "distinctRankCount": 2019,
          "maxRank": 21923.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.782585,
          "sdRefIntergenicDistribution": 1.368827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34067,
          "distinctRankCount": 1179,
          "maxRank": 21217.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.595434,
          "sdRefIntergenicDistribution": 1.958273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 953110,
          "distinctRankCount": 3852,
          "maxRank": 26620.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.053747,
          "sdRefIntergenicDistribution": 1.436598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72427,
          "distinctRankCount": 1535,
          "maxRank": 22404.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.879718,
          "sdRefIntergenicDistribution": 1.573508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 171296,
          "distinctRankCount": 2421,
          "maxRank": 23812.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 123.033585,
          "sdRefIntergenicDistribution": 1.134683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7946,
          "distinctRankCount": 544,
          "maxRank": 19125.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.308954,
          "sdRefIntergenicDistribution": 2.147869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1396505,
          "distinctRankCount": 4690,
          "maxRank": 27311.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.564026,
          "sdRefIntergenicDistribution": 1.387285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141592,
          "distinctRankCount": 2089,
          "maxRank": 23730.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.698405,
          "sdRefIntergenicDistribution": 1.251524,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52440,
          "distinctRankCount": 1393,
          "maxRank": 21998.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.017897,
          "sdRefIntergenicDistribution": 1.351826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153368,
          "distinctRankCount": 2871,
          "maxRank": 23517.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.532201,
          "sdRefIntergenicDistribution": 1.395034,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127058,
          "distinctRankCount": 1964,
          "maxRank": 23499.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.542040,
          "sdRefIntergenicDistribution": 1.212602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6776,
          "distinctRankCount": 498,
          "maxRank": 18991.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.459938,
          "sdRefIntergenicDistribution": 1.754328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 292654,
          "distinctRankCount": 4109,
          "maxRank": 24983.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.564203,
          "sdRefIntergenicDistribution": 3.464121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23605321,
          "distinctRankCount": 11997,
          "maxRank": 30360.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.334586,
          "sdRefIntergenicDistribution": 2.084554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 724688,
          "distinctRankCount": 5545,
          "maxRank": 26076.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.782367,
          "sdRefIntergenicDistribution": 2.977014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6454495,
          "distinctRankCount": 9364,
          "maxRank": 29097.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.755855,
          "sdRefIntergenicDistribution": 3.106087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8886895,
          "distinctRankCount": 9933,
          "maxRank": 29475.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.737248,
          "sdRefIntergenicDistribution": 3.011129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6684134,
          "distinctRankCount": 8238,
          "maxRank": 29096.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.216619,
          "sdRefIntergenicDistribution": 1.300467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54064,
          "distinctRankCount": 1405,
          "maxRank": 21932.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.494589,
          "sdRefIntergenicDistribution": 1.171456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14746,
          "distinctRankCount": 574,
          "maxRank": 20153.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.904244,
          "sdRefIntergenicDistribution": 1.591713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 241248,
          "distinctRankCount": 2446,
          "maxRank": 24618.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.619717,
          "sdRefIntergenicDistribution": 1.138259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13969,
          "distinctRankCount": 485,
          "maxRank": 20048.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 141.223158,
          "sdRefIntergenicDistribution": 1.102963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6967,
          "distinctRankCount": 235,
          "maxRank": 19081.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 277.360934,
          "sdRefIntergenicDistribution": 1.182724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3554,
          "distinctRankCount": 182,
          "maxRank": 18525.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 171590703,
            "mappedReadsCount": 107544900,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.291880,
          "sdRefIntergenicDistribution": 2.561335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2061755,
          "distinctRankCount": 5256,
          "maxRank": 27699.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 586.817712,
          "sdRefIntergenicDistribution": 1.317192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1787,
          "distinctRankCount": 48,
          "maxRank": 18118.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.626445,
          "sdRefIntergenicDistribution": 1.223640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16521,
          "distinctRankCount": 1075,
          "maxRank": 20102.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.580046,
          "sdRefIntergenicDistribution": 1.387531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23156,
          "distinctRankCount": 1362,
          "maxRank": 20391.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 147.204988,
          "sdRefIntergenicDistribution": 1.224952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6547,
          "distinctRankCount": 543,
          "maxRank": 18807.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.121671,
          "sdRefIntergenicDistribution": 1.603520,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169188,
          "distinctRankCount": 3681,
          "maxRank": 23891.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.920691,
          "sdRefIntergenicDistribution": 2.889940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4419460,
          "distinctRankCount": 7914,
          "maxRank": 28508.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB distal FN1 NTNG1",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.672260,
          "sdRefIntergenicDistribution": 3.008021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7249110,
          "distinctRankCount": 10653,
          "maxRank": 28823.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.691912,
          "sdRefIntergenicDistribution": 3.214638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12886369,
          "distinctRankCount": 11680,
          "maxRank": 29648.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 SEMA3E",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.185619,
          "sdRefIntergenicDistribution": 2.485924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1960729,
          "distinctRankCount": 7043,
          "maxRank": 27311.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.294644,
          "sdRefIntergenicDistribution": 2.854946,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2749872,
          "distinctRankCount": 6094,
          "maxRank": 28101.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.079749,
          "sdRefIntergenicDistribution": 1.451585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85326,
          "distinctRankCount": 1892,
          "maxRank": 22361.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.268838,
          "sdRefIntergenicDistribution": 2.091603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1327384,
          "distinctRankCount": 4459,
          "maxRank": 26834.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.469992,
          "sdRefIntergenicDistribution": 1.535655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 119461,
          "distinctRankCount": 2051,
          "maxRank": 23074.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.418452,
          "sdRefIntergenicDistribution": 1.708632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 372271,
          "distinctRankCount": 3162,
          "maxRank": 24823.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.008535,
          "sdRefIntergenicDistribution": 1.409542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41246,
          "distinctRankCount": 1575,
          "maxRank": 21621.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.342264,
          "sdRefIntergenicDistribution": 2.546517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2077904,
          "distinctRankCount": 5609,
          "maxRank": 27706.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 168.508567,
          "sdRefIntergenicDistribution": 1.240383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5810,
          "distinctRankCount": 362,
          "maxRank": 18696.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.401638,
          "sdRefIntergenicDistribution": 2.782153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8687084,
          "distinctRankCount": 10095,
          "maxRank": 28818.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.403588,
          "sdRefIntergenicDistribution": 3.192691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16784864,
          "distinctRankCount": 11821,
          "maxRank": 29620.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.273451,
          "sdRefIntergenicDistribution": 1.351910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148077,
          "distinctRankCount": 2141,
          "maxRank": 23556.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.177350,
          "sdRefIntergenicDistribution": 1.439649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 360225,
          "distinctRankCount": 3841,
          "maxRank": 24513.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.763733,
          "sdRefIntergenicDistribution": 1.151495,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9919,
          "distinctRankCount": 357,
          "maxRank": 19488.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.881058,
          "sdRefIntergenicDistribution": 1.320875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71893,
          "distinctRankCount": 1670,
          "maxRank": 22530.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 145.562042,
          "sdRefIntergenicDistribution": 1.051893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6739,
          "distinctRankCount": 372,
          "maxRank": 19029.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 428.116184,
          "sdRefIntergenicDistribution": 1.203897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2347,
          "distinctRankCount": 133,
          "maxRank": 18211.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.058663,
          "sdRefIntergenicDistribution": 1.751216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 650325,
          "distinctRankCount": 3205,
          "maxRank": 25963.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 182.930472,
          "sdRefIntergenicDistribution": 1.002030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5323,
          "distinctRankCount": 252,
          "maxRank": 18752.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.823814,
          "sdRefIntergenicDistribution": 1.250898,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22423,
          "distinctRankCount": 749,
          "maxRank": 20703.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1953.125038,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190801663,
            "mappedReadsCount": 124782053,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000145",
              "name": "51-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "51y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.465254,
          "sdRefIntergenicDistribution": 1.277682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15607,
          "distinctRankCount": 971,
          "maxRank": 19949.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 313.049446,
          "sdRefIntergenicDistribution": 1.097723,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3103,
          "distinctRankCount": 132,
          "maxRank": 18277.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.578846,
          "sdRefIntergenicDistribution": 1.427768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20018,
          "distinctRankCount": 1216,
          "maxRank": 20212.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.072375,
          "sdRefIntergenicDistribution": 2.514962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2408078,
          "distinctRankCount": 6303,
          "maxRank": 27453.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.243669,
          "sdRefIntergenicDistribution": 1.386372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39402,
          "distinctRankCount": 1624,
          "maxRank": 21088.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.048628,
          "sdRefIntergenicDistribution": 1.778810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 331002,
          "distinctRankCount": 3160,
          "maxRank": 24653.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.510306,
          "sdRefIntergenicDistribution": 1.519777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73090,
          "distinctRankCount": 1877,
          "maxRank": 21970.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.237102,
          "sdRefIntergenicDistribution": 1.876080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 434706,
          "distinctRankCount": 3437,
          "maxRank": 24758.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.150100,
          "sdRefIntergenicDistribution": 1.606754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 396698,
          "distinctRankCount": 3280,
          "maxRank": 24651.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.540341,
          "sdRefIntergenicDistribution": 1.551714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 483637,
          "distinctRankCount": 4618,
          "maxRank": 24909.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.765242,
          "sdRefIntergenicDistribution": 1.472666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 115657,
          "distinctRankCount": 2525,
          "maxRank": 23219.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.169410,
          "sdRefIntergenicDistribution": 1.271450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45071,
          "distinctRankCount": 1582,
          "maxRank": 21738.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.286208,
          "sdRefIntergenicDistribution": 1.453446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85422,
          "distinctRankCount": 1903,
          "maxRank": 22405.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.525162,
          "sdRefIntergenicDistribution": 1.600007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 101821,
          "distinctRankCount": 3086,
          "maxRank": 23035.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.041418,
          "sdRefIntergenicDistribution": 1.525468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76507,
          "distinctRankCount": 2745,
          "maxRank": 22402.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.609957,
          "sdRefIntergenicDistribution": 3.558322,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17899352,
          "distinctRankCount": 11126,
          "maxRank": 29405.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.591379,
          "sdRefIntergenicDistribution": 1.792633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 236533,
          "distinctRankCount": 3762,
          "maxRank": 24236.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.218706,
          "sdRefIntergenicDistribution": 2.508924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2034447,
          "distinctRankCount": 7401,
          "maxRank": 27288.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.413956,
          "sdRefIntergenicDistribution": 2.387101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1570472,
          "distinctRankCount": 6957,
          "maxRank": 26987.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.718144,
          "sdRefIntergenicDistribution": 2.972042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6322697,
          "distinctRankCount": 8637,
          "maxRank": 28547.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.624159,
          "sdRefIntergenicDistribution": 1.214046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10141,
          "distinctRankCount": 470,
          "maxRank": 19370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.975597,
          "sdRefIntergenicDistribution": 1.605172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 200307,
          "distinctRankCount": 2664,
          "maxRank": 24262.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.939548,
          "sdRefIntergenicDistribution": 1.260207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31128,
          "distinctRankCount": 989,
          "maxRank": 20740.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 93.716630,
          "sdRefIntergenicDistribution": 1.229555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10785,
          "distinctRankCount": 622,
          "maxRank": 19400.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.943658,
          "sdRefIntergenicDistribution": 1.194837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10183,
          "distinctRankCount": 481,
          "maxRank": 19246.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 159230905,
            "mappedReadsCount": 93786842,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002728",
              "name": "entorhinal cortex"
            },
            "anatEntityAuthorAnnotation": "Entorhinal cortex",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.889773,
          "sdRefIntergenicDistribution": 2.624586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3066096,
          "distinctRankCount": 6487,
          "maxRank": 27765.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.134451,
          "sdRefIntergenicDistribution": 1.400248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53928,
          "distinctRankCount": 2292,
          "maxRank": 21909.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 300.787305,
          "sdRefIntergenicDistribution": 1.215705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3346,
          "distinctRankCount": 237,
          "maxRank": 18376.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.717378,
          "sdRefIntergenicDistribution": 1.442046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81758,
          "distinctRankCount": 2965,
          "maxRank": 22666.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.845914,
          "sdRefIntergenicDistribution": 2.839899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4756825,
          "distinctRankCount": 8784,
          "maxRank": 28240.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB distal FN1 NTNG1",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.162295,
          "sdRefIntergenicDistribution": 2.719669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2648065,
          "distinctRankCount": 8685,
          "maxRank": 27411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.871404,
          "sdRefIntergenicDistribution": 3.163319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6443729,
          "distinctRankCount": 10017,
          "maxRank": 28407.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 SEMA3E",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.579566,
          "sdRefIntergenicDistribution": 2.378553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1383797,
          "distinctRankCount": 6820,
          "maxRank": 26693.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.101977,
          "sdRefIntergenicDistribution": 2.506081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2223747,
          "distinctRankCount": 5842,
          "maxRank": 27412.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.159087,
          "sdRefIntergenicDistribution": 1.559138,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87076,
          "distinctRankCount": 2362,
          "maxRank": 22531.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.972927,
          "sdRefIntergenicDistribution": 2.646424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3121384,
          "distinctRankCount": 6456,
          "maxRank": 27773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.481213,
          "sdRefIntergenicDistribution": 1.510021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 60987,
          "distinctRankCount": 2057,
          "maxRank": 21818.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.437681,
          "sdRefIntergenicDistribution": 2.002473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 636916,
          "distinctRankCount": 3860,
          "maxRank": 25563.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.374078,
          "sdRefIntergenicDistribution": 1.535421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68559,
          "distinctRankCount": 1790,
          "maxRank": 22001.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.613036,
          "sdRefIntergenicDistribution": 1.884173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 389684,
          "distinctRankCount": 3392,
          "maxRank": 24736.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.254258,
          "sdRefIntergenicDistribution": 1.715660,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 402888,
          "distinctRankCount": 3393,
          "maxRank": 24785.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.005131,
          "sdRefIntergenicDistribution": 1.301717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30862,
          "distinctRankCount": 1232,
          "maxRank": 20990.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.656318,
          "sdRefIntergenicDistribution": 1.596729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 257430,
          "distinctRankCount": 3456,
          "maxRank": 24362.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.118070,
          "sdRefIntergenicDistribution": 2.768938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2930686,
          "distinctRankCount": 8327,
          "maxRank": 27539.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.892883,
          "sdRefIntergenicDistribution": 3.207862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6506043,
          "distinctRankCount": 9988,
          "maxRank": 28361.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.262585,
          "sdRefIntergenicDistribution": 1.656777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 576535,
          "distinctRankCount": 5313,
          "maxRank": 25310.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.862619,
          "sdRefIntergenicDistribution": 1.267356,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29594,
          "distinctRankCount": 1234,
          "maxRank": 20965.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 250.121775,
          "sdRefIntergenicDistribution": 1.150717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3956,
          "distinctRankCount": 193,
          "maxRank": 18300.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.625023,
          "sdRefIntergenicDistribution": 1.677590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 220470,
          "distinctRankCount": 2698,
          "maxRank": 24096.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.719208,
          "sdRefIntergenicDistribution": 1.378289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57220,
          "distinctRankCount": 1514,
          "maxRank": 22022.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.459025,
          "sdRefIntergenicDistribution": 1.273335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18037,
          "distinctRankCount": 923,
          "maxRank": 20073.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.705612,
          "sdRefIntergenicDistribution": 1.228010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15896,
          "distinctRankCount": 665,
          "maxRank": 19870.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 182821566,
            "mappedReadsCount": 103764509,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002191",
              "name": "subiculum"
            },
            "anatEntityAuthorAnnotation": "Subiculum",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 287.528674,
          "sdRefIntergenicDistribution": 1.168334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3430,
          "distinctRankCount": 194,
          "maxRank": 18229.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.082111,
          "sdRefIntergenicDistribution": 2.987116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4010567,
          "distinctRankCount": 9288,
          "maxRank": 28089.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.254425,
          "sdRefIntergenicDistribution": 2.317715,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 894353,
          "distinctRankCount": 6546,
          "maxRank": 26250.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.894085,
          "sdRefIntergenicDistribution": 2.737591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3754574,
          "distinctRankCount": 7057,
          "maxRank": 28076.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.086614,
          "sdRefIntergenicDistribution": 1.517980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85101,
          "distinctRankCount": 2664,
          "maxRank": 22291.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.917114,
          "sdRefIntergenicDistribution": 2.727944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3986566,
          "distinctRankCount": 7401,
          "maxRank": 28024.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.216824,
          "sdRefIntergenicDistribution": 1.805241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 318372,
          "distinctRankCount": 3501,
          "maxRank": 24620.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.474031,
          "sdRefIntergenicDistribution": 2.259891,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1327422,
          "distinctRankCount": 4615,
          "maxRank": 26723.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.040135,
          "sdRefIntergenicDistribution": 1.915409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 471708,
          "distinctRankCount": 3751,
          "maxRank": 25031.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.128948,
          "sdRefIntergenicDistribution": 1.932078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 467644,
          "distinctRankCount": 3594,
          "maxRank": 25216.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.126296,
          "sdRefIntergenicDistribution": 1.707093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 419680,
          "distinctRankCount": 3474,
          "maxRank": 24882.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.399374,
          "sdRefIntergenicDistribution": 1.519022,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 122259,
          "distinctRankCount": 2525,
          "maxRank": 23293.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.409578,
          "sdRefIntergenicDistribution": 1.460992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 261005,
          "distinctRankCount": 3669,
          "maxRank": 24357.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.455987,
          "sdRefIntergenicDistribution": 1.655305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 363489,
          "distinctRankCount": 3850,
          "maxRank": 24915.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.462690,
          "sdRefIntergenicDistribution": 1.784128,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 198774,
          "distinctRankCount": 4071,
          "maxRank": 23948.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.260681,
          "sdRefIntergenicDistribution": 1.366703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30875,
          "distinctRankCount": 1553,
          "maxRank": 20932.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.609664,
          "sdRefIntergenicDistribution": 1.280274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14214,
          "distinctRankCount": 776,
          "maxRank": 19712.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.744223,
          "sdRefIntergenicDistribution": 1.482379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67933,
          "distinctRankCount": 2548,
          "maxRank": 21957.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.859639,
          "sdRefIntergenicDistribution": 2.865269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5456654,
          "distinctRankCount": 9693,
          "maxRank": 28552.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.473990,
          "sdRefIntergenicDistribution": 2.648429,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1941653,
          "distinctRankCount": 8523,
          "maxRank": 27261.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.386607,
          "sdRefIntergenicDistribution": 1.671242,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 540754,
          "distinctRankCount": 4883,
          "maxRank": 25178.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.817571,
          "sdRefIntergenicDistribution": 1.329131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67007,
          "distinctRankCount": 1794,
          "maxRank": 22112.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 128.679887,
          "sdRefIntergenicDistribution": 1.147527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7706,
          "distinctRankCount": 314,
          "maxRank": 19004.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.615181,
          "sdRefIntergenicDistribution": 1.479297,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 150809,
          "distinctRankCount": 2405,
          "maxRank": 23372.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.200071,
          "sdRefIntergenicDistribution": 1.786763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 427840,
          "distinctRankCount": 3367,
          "maxRank": 25236.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.800522,
          "sdRefIntergenicDistribution": 1.352547,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35608,
          "distinctRankCount": 1404,
          "maxRank": 20956.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 173232510,
            "mappedReadsCount": 99395302,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003881",
              "name": "CA1 field of hippocampus"
            },
            "anatEntityAuthorAnnotation": "CA1",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.552870,
          "sdRefIntergenicDistribution": 2.345718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1342737,
          "distinctRankCount": 6738,
          "maxRank": 26687.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.606220,
          "sdRefIntergenicDistribution": 3.374808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12732024,
          "distinctRankCount": 9926,
          "maxRank": 29055.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.481896,
          "sdRefIntergenicDistribution": 1.681875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 229355,
          "distinctRankCount": 3136,
          "maxRank": 23981.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.310164,
          "sdRefIntergenicDistribution": 2.242101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1427700,
          "distinctRankCount": 4552,
          "maxRank": 26664.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.103011,
          "sdRefIntergenicDistribution": 1.719656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 247058,
          "distinctRankCount": 2989,
          "maxRank": 24071.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.427918,
          "sdRefIntergenicDistribution": 2.230579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1288905,
          "distinctRankCount": 4671,
          "maxRank": 26496.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.275496,
          "sdRefIntergenicDistribution": 1.517708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92611,
          "distinctRankCount": 2573,
          "maxRank": 22755.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.888792,
          "sdRefIntergenicDistribution": 2.603983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3275044,
          "distinctRankCount": 6324,
          "maxRank": 27895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.343074,
          "sdRefIntergenicDistribution": 1.721009,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 560023,
          "distinctRankCount": 3770,
          "maxRank": 25030.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.052832,
          "sdRefIntergenicDistribution": 1.638313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 610399,
          "distinctRankCount": 4641,
          "maxRank": 25237.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.062604,
          "sdRefIntergenicDistribution": 1.282860,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27424,
          "distinctRankCount": 1274,
          "maxRank": 20935.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 142.124715,
          "sdRefIntergenicDistribution": 1.210202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7134,
          "distinctRankCount": 454,
          "maxRank": 19085.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.775790,
          "sdRefIntergenicDistribution": 1.402886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 86299,
          "distinctRankCount": 2117,
          "maxRank": 22771.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.960774,
          "sdRefIntergenicDistribution": 2.045674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 519075,
          "distinctRankCount": 4705,
          "maxRank": 25333.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.840161,
          "sdRefIntergenicDistribution": 3.032397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5333696,
          "distinctRankCount": 8243,
          "maxRank": 28196.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.155710,
          "sdRefIntergenicDistribution": 1.341992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17507,
          "distinctRankCount": 986,
          "maxRank": 19996.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.139375,
          "sdRefIntergenicDistribution": 2.087782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 774680,
          "distinctRankCount": 5611,
          "maxRank": 25855.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.130211,
          "sdRefIntergenicDistribution": 1.531757,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112306,
          "distinctRankCount": 2156,
          "maxRank": 23235.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 167.785984,
          "sdRefIntergenicDistribution": 1.173577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5865,
          "distinctRankCount": 313,
          "maxRank": 18788.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.874440,
          "sdRefIntergenicDistribution": 1.251042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28556,
          "distinctRankCount": 1212,
          "maxRank": 20832.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 260.757395,
          "sdRefIntergenicDistribution": 1.157802,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3875,
          "distinctRankCount": 216,
          "maxRank": 18465.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.891272,
          "sdRefIntergenicDistribution": 1.651080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90735,
          "distinctRankCount": 2892,
          "maxRank": 22447.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.871934,
          "sdRefIntergenicDistribution": 1.338917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17094,
          "distinctRankCount": 1061,
          "maxRank": 20076.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.117302,
          "sdRefIntergenicDistribution": 2.478431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2151948,
          "distinctRankCount": 6862,
          "maxRank": 27415.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170253482,
            "mappedReadsCount": 101052381,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003876",
              "name": "hippocampal field"
            },
            "anatEntityAuthorAnnotation": "CA2-4",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.022518,
          "sdRefIntergenicDistribution": 2.461547,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2245281,
          "distinctRankCount": 5580,
          "maxRank": 27493.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.534618,
          "sdRefIntergenicDistribution": 3.747317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33618728,
          "distinctRankCount": 11237,
          "maxRank": 29980.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.969973,
          "sdRefIntergenicDistribution": 1.358635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36165,
          "distinctRankCount": 1555,
          "maxRank": 21209.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.377217,
          "sdRefIntergenicDistribution": 2.236192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1376737,
          "distinctRankCount": 4728,
          "maxRank": 26869.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 277.182267,
          "sdRefIntergenicDistribution": 1.143538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3564,
          "distinctRankCount": 209,
          "maxRank": 18440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.444063,
          "sdRefIntergenicDistribution": 1.548400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123808,
          "distinctRankCount": 2180,
          "maxRank": 23111.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 185.989020,
          "sdRefIntergenicDistribution": 1.174937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5370,
          "distinctRankCount": 247,
          "maxRank": 18665.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.019689,
          "sdRefIntergenicDistribution": 1.349460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22863,
          "distinctRankCount": 1096,
          "maxRank": 20306.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.203736,
          "sdRefIntergenicDistribution": 1.458088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182790,
          "distinctRankCount": 2378,
          "maxRank": 23535.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.268515,
          "sdRefIntergenicDistribution": 1.517859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 362446,
          "distinctRankCount": 3966,
          "maxRank": 24534.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 301.755819,
          "sdRefIntergenicDistribution": 1.251208,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3412,
          "distinctRankCount": 164,
          "maxRank": 18454.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.392745,
          "sdRefIntergenicDistribution": 1.235066,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28184,
          "distinctRankCount": 1056,
          "maxRank": 20858.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.322269,
          "sdRefIntergenicDistribution": 1.196017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11161,
          "distinctRankCount": 646,
          "maxRank": 19487.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 110.111964,
          "sdRefIntergenicDistribution": 1.140120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8956,
          "distinctRankCount": 411,
          "maxRank": 19271.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.983068,
          "sdRefIntergenicDistribution": 2.720556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3097120,
          "distinctRankCount": 6526,
          "maxRank": 27550.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.917458,
          "sdRefIntergenicDistribution": 1.277303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17949,
          "distinctRankCount": 858,
          "maxRank": 20267.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 352.974887,
          "sdRefIntergenicDistribution": 1.002054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2730,
          "distinctRankCount": 125,
          "maxRank": 18359.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1039.031470,
          "sdRefIntergenicDistribution": 1.003024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 929,
          "distinctRankCount": 43,
          "maxRank": 17889.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.363587,
          "sdRefIntergenicDistribution": 2.451514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1608339,
          "distinctRankCount": 6313,
          "maxRank": 26824.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 943.368509,
          "sdRefIntergenicDistribution": 1.132574,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1014,
          "distinctRankCount": 33,
          "maxRank": 17915.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 406.464587,
          "sdRefIntergenicDistribution": 1.182632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2421,
          "distinctRankCount": 141,
          "maxRank": 18214.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.671882,
          "sdRefIntergenicDistribution": 2.261515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1145524,
          "distinctRankCount": 5726,
          "maxRank": 26683.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155380852,
            "mappedReadsCount": 88739886,
            "minReadLength": 91,
            "maxReadLength": 91
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000144",
              "name": "50-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "50y",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.802451,
          "sdRefIntergenicDistribution": 2.628166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3315217,
          "distinctRankCount": 5700,
          "maxRank": 27858.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.259993,
          "sdRefIntergenicDistribution": 2.468533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2073802,
          "distinctRankCount": 8689,
          "maxRank": 27240.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.486981,
          "sdRefIntergenicDistribution": 1.455344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59778,
          "distinctRankCount": 2722,
          "maxRank": 22017.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.033202,
          "sdRefIntergenicDistribution": 2.038272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 822809,
          "distinctRankCount": 4485,
          "maxRank": 26646.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 375.764349,
          "sdRefIntergenicDistribution": 1.226065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2659,
          "distinctRankCount": 129,
          "maxRank": 18238.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.736760,
          "sdRefIntergenicDistribution": 2.226362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1150585,
          "distinctRankCount": 5009,
          "maxRank": 26993.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.038893,
          "sdRefIntergenicDistribution": 1.465930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 225768,
          "distinctRankCount": 3824,
          "maxRank": 24358.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.228785,
          "sdRefIntergenicDistribution": 2.044596,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 736646,
          "distinctRankCount": 4294,
          "maxRank": 25932.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.262344,
          "sdRefIntergenicDistribution": 2.448287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1969197,
          "distinctRankCount": 5166,
          "maxRank": 27423.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.739428,
          "sdRefIntergenicDistribution": 1.628287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153970,
          "distinctRankCount": 2449,
          "maxRank": 23472.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.043248,
          "sdRefIntergenicDistribution": 2.648146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3011732,
          "distinctRankCount": 6280,
          "maxRank": 27801.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.094615,
          "sdRefIntergenicDistribution": 1.430778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98368,
          "distinctRankCount": 2084,
          "maxRank": 22935.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.303088,
          "sdRefIntergenicDistribution": 1.255437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59868,
          "distinctRankCount": 2006,
          "maxRank": 22301.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.699743,
          "sdRefIntergenicDistribution": 1.244081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30379,
          "distinctRankCount": 1069,
          "maxRank": 21024.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.511763,
          "sdRefIntergenicDistribution": 1.371722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41219,
          "distinctRankCount": 1484,
          "maxRank": 21615.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 164.962841,
          "sdRefIntergenicDistribution": 1.160940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5872,
          "distinctRankCount": 254,
          "maxRank": 18887.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 217.604879,
          "sdRefIntergenicDistribution": 1.274905,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4568,
          "distinctRankCount": 289,
          "maxRank": 18540.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.108078,
          "sdRefIntergenicDistribution": 1.355698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18425,
          "distinctRankCount": 1379,
          "maxRank": 20025.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.001318,
          "sdRefIntergenicDistribution": 2.836227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4783425,
          "distinctRankCount": 9706,
          "maxRank": 28630.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.938052,
          "sdRefIntergenicDistribution": 2.200207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 966589,
          "distinctRankCount": 4761,
          "maxRank": 26880.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.047384,
          "sdRefIntergenicDistribution": 1.599497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71990,
          "distinctRankCount": 3118,
          "maxRank": 21941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 268965854,
            "mappedReadsCount": 129917846,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.834125,
          "sdRefIntergenicDistribution": 3.280532,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12436311,
          "distinctRankCount": 10841,
          "maxRank": 29289.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.146393,
          "sdRefIntergenicDistribution": 1.432813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19391,
          "distinctRankCount": 1328,
          "maxRank": 19965.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.207684,
          "sdRefIntergenicDistribution": 2.405374,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1957099,
          "distinctRankCount": 8426,
          "maxRank": 27138.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.436026,
          "sdRefIntergenicDistribution": 1.349593,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30659,
          "distinctRankCount": 1764,
          "maxRank": 20886.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.209626,
          "sdRefIntergenicDistribution": 1.391097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40978,
          "distinctRankCount": 2287,
          "maxRank": 21129.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.850182,
          "sdRefIntergenicDistribution": 2.082915,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 921784,
          "distinctRankCount": 4390,
          "maxRank": 26558.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 239.118643,
          "sdRefIntergenicDistribution": 1.172528,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4068,
          "distinctRankCount": 252,
          "maxRank": 18587.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.596946,
          "sdRefIntergenicDistribution": 2.248935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1262421,
          "distinctRankCount": 5218,
          "maxRank": 26919.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.910129,
          "sdRefIntergenicDistribution": 1.347928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62753,
          "distinctRankCount": 2429,
          "maxRank": 22803.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.145075,
          "sdRefIntergenicDistribution": 2.036960,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 752436,
          "distinctRankCount": 4326,
          "maxRank": 25834.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.267608,
          "sdRefIntergenicDistribution": 2.379080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1730027,
          "distinctRankCount": 5094,
          "maxRank": 27148.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.946753,
          "sdRefIntergenicDistribution": 1.757995,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 261771,
          "distinctRankCount": 2911,
          "maxRank": 24180.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.931297,
          "sdRefIntergenicDistribution": 2.669885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3339284,
          "distinctRankCount": 6153,
          "maxRank": 27774.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.934166,
          "sdRefIntergenicDistribution": 1.429632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 78605,
          "distinctRankCount": 2044,
          "maxRank": 22551.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 108.135905,
          "sdRefIntergenicDistribution": 1.273999,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9348,
          "distinctRankCount": 550,
          "maxRank": 19411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.812427,
          "sdRefIntergenicDistribution": 1.223189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15985,
          "distinctRankCount": 764,
          "maxRank": 20164.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.022856,
          "sdRefIntergenicDistribution": 1.349722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30491,
          "distinctRankCount": 1456,
          "maxRank": 20969.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 185.931521,
          "sdRefIntergenicDistribution": 1.137264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5271,
          "distinctRankCount": 238,
          "maxRank": 18742.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 279.058635,
          "sdRefIntergenicDistribution": 1.132489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3517,
          "distinctRankCount": 257,
          "maxRank": 18421.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.939522,
          "sdRefIntergenicDistribution": 2.787436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4548772,
          "distinctRankCount": 9600,
          "maxRank": 28593.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.205857,
          "sdRefIntergenicDistribution": 2.090358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 755374,
          "distinctRankCount": 4579,
          "maxRank": 26586.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.110419,
          "sdRefIntergenicDistribution": 1.670235,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131916,
          "distinctRankCount": 3569,
          "maxRank": 23079.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.770585,
          "sdRefIntergenicDistribution": 3.274655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12170454,
          "distinctRankCount": 10698,
          "maxRank": 29220.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 212721306,
            "mappedReadsCount": 107435634,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 388.451610,
          "sdRefIntergenicDistribution": 1.163112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2522,
          "distinctRankCount": 193,
          "maxRank": 18232.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.136520,
          "sdRefIntergenicDistribution": 2.469208,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2217367,
          "distinctRankCount": 8874,
          "maxRank": 27411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.650901,
          "sdRefIntergenicDistribution": 1.537221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 119429,
          "distinctRankCount": 3799,
          "maxRank": 23182.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.767634,
          "sdRefIntergenicDistribution": 1.377144,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28862,
          "distinctRankCount": 2091,
          "maxRank": 20854.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.147195,
          "sdRefIntergenicDistribution": 1.996388,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 730071,
          "distinctRankCount": 3999,
          "maxRank": 26200.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 140.593249,
          "sdRefIntergenicDistribution": 1.219854,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7003,
          "distinctRankCount": 451,
          "maxRank": 19094.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.704222,
          "sdRefIntergenicDistribution": 2.208312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1124211,
          "distinctRankCount": 5047,
          "maxRank": 26838.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 76.304577,
          "sdRefIntergenicDistribution": 1.227862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13391,
          "distinctRankCount": 838,
          "maxRank": 19889.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.347466,
          "sdRefIntergenicDistribution": 2.012029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 659420,
          "distinctRankCount": 4345,
          "maxRank": 25545.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.385767,
          "sdRefIntergenicDistribution": 2.297838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1486107,
          "distinctRankCount": 4797,
          "maxRank": 26869.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.689391,
          "sdRefIntergenicDistribution": 1.685836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 185287,
          "distinctRankCount": 2739,
          "maxRank": 23572.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.965883,
          "sdRefIntergenicDistribution": 2.621093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3033558,
          "distinctRankCount": 5874,
          "maxRank": 27688.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.412944,
          "sdRefIntergenicDistribution": 1.449505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96800,
          "distinctRankCount": 2348,
          "maxRank": 22939.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.286857,
          "sdRefIntergenicDistribution": 1.179735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11127,
          "distinctRankCount": 578,
          "maxRank": 19517.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.055923,
          "sdRefIntergenicDistribution": 1.280232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17761,
          "distinctRankCount": 956,
          "maxRank": 20248.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.060451,
          "sdRefIntergenicDistribution": 1.270313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30875,
          "distinctRankCount": 1599,
          "maxRank": 21084.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 397.977156,
          "sdRefIntergenicDistribution": 1.170088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2452,
          "distinctRankCount": 174,
          "maxRank": 18233.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 659.406669,
          "sdRefIntergenicDistribution": 1.004162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1426,
          "distinctRankCount": 70,
          "maxRank": 18038.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.996721,
          "sdRefIntergenicDistribution": 2.724967,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3871155,
          "distinctRankCount": 8863,
          "maxRank": 28344.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.205235,
          "sdRefIntergenicDistribution": 2.086483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 751567,
          "distinctRankCount": 4447,
          "maxRank": 26552.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.905578,
          "sdRefIntergenicDistribution": 1.575299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132437,
          "distinctRankCount": 3529,
          "maxRank": 23108.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.787162,
          "sdRefIntergenicDistribution": 3.202260,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10457026,
          "distinctRankCount": 10234,
          "maxRank": 29091.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188126808,
            "mappedReadsCount": 93059103,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 367.910414,
          "sdRefIntergenicDistribution": 1.174691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2738,
          "distinctRankCount": 178,
          "maxRank": 18292.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.344136,
          "sdRefIntergenicDistribution": 1.453551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32908,
          "distinctRankCount": 1971,
          "maxRank": 20643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.136926,
          "sdRefIntergenicDistribution": 2.490391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2327595,
          "distinctRankCount": 9438,
          "maxRank": 27452.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.616986,
          "sdRefIntergenicDistribution": 1.514576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90444,
          "distinctRankCount": 3448,
          "maxRank": 22764.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.702563,
          "sdRefIntergenicDistribution": 2.137573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1056252,
          "distinctRankCount": 4987,
          "maxRank": 26851.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 888.594329,
          "sdRefIntergenicDistribution": 1.055897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1076,
          "distinctRankCount": 62,
          "maxRank": 17933.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.458834,
          "sdRefIntergenicDistribution": 2.335630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1505935,
          "distinctRankCount": 5764,
          "maxRank": 27224.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.190968,
          "sdRefIntergenicDistribution": 1.440136,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 108771,
          "distinctRankCount": 3592,
          "maxRank": 23480.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.523530,
          "sdRefIntergenicDistribution": 2.233469,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1269008,
          "distinctRankCount": 5478,
          "maxRank": 26617.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.133226,
          "sdRefIntergenicDistribution": 2.485215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2226342,
          "distinctRankCount": 5489,
          "maxRank": 27474.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.344084,
          "sdRefIntergenicDistribution": 1.794883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 304838,
          "distinctRankCount": 3187,
          "maxRank": 24544.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.832891,
          "sdRefIntergenicDistribution": 2.833810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4780160,
          "distinctRankCount": 7202,
          "maxRank": 28195.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.958441,
          "sdRefIntergenicDistribution": 1.528865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142804,
          "distinctRankCount": 2820,
          "maxRank": 23658.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.949515,
          "sdRefIntergenicDistribution": 1.276663,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49837,
          "distinctRankCount": 2367,
          "maxRank": 22025.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.282183,
          "sdRefIntergenicDistribution": 1.266847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19899,
          "distinctRankCount": 1032,
          "maxRank": 20186.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.029682,
          "sdRefIntergenicDistribution": 1.393958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53354,
          "distinctRankCount": 2065,
          "maxRank": 22115.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 453.277463,
          "sdRefIntergenicDistribution": 1.296695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2320,
          "distinctRankCount": 201,
          "maxRank": 18134.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1877.613605,
          "sdRefIntergenicDistribution": 1.231896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 539,
          "distinctRankCount": 19,
          "maxRank": 17766.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 5",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.261834,
          "sdRefIntergenicDistribution": 1.240516,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12086,
          "distinctRankCount": 1027,
          "maxRank": 19611.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.890908,
          "sdRefIntergenicDistribution": 2.882942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5708350,
          "distinctRankCount": 10504,
          "maxRank": 28820.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.884477,
          "sdRefIntergenicDistribution": 2.195097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 970811,
          "distinctRankCount": 5267,
          "maxRank": 26799.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.140851,
          "sdRefIntergenicDistribution": 1.756209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 250488,
          "distinctRankCount": 4800,
          "maxRank": 24075.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 299447610,
            "mappedReadsCount": 151650732,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.766314,
          "sdRefIntergenicDistribution": 3.323016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14533086,
          "distinctRankCount": 11450,
          "maxRank": 29429.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.285141,
          "sdRefIntergenicDistribution": 2.342092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1721467,
          "distinctRankCount": 8265,
          "maxRank": 27052.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.721516,
          "sdRefIntergenicDistribution": 1.503949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82921,
          "distinctRankCount": 3231,
          "maxRank": 22511.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.981202,
          "sdRefIntergenicDistribution": 2.029775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 824469,
          "distinctRankCount": 4319,
          "maxRank": 26424.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.413113,
          "sdRefIntergenicDistribution": 1.318356,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10983,
          "distinctRankCount": 626,
          "maxRank": 19520.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.635141,
          "sdRefIntergenicDistribution": 2.244442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1204361,
          "distinctRankCount": 5104,
          "maxRank": 26940.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.223965,
          "sdRefIntergenicDistribution": 1.316859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34303,
          "distinctRankCount": 1497,
          "maxRank": 21579.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.197657,
          "sdRefIntergenicDistribution": 2.022828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 718886,
          "distinctRankCount": 4206,
          "maxRank": 25752.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.304940,
          "sdRefIntergenicDistribution": 2.356812,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1651291,
          "distinctRankCount": 4989,
          "maxRank": 27013.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.797822,
          "sdRefIntergenicDistribution": 1.721467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 216670,
          "distinctRankCount": 2726,
          "maxRank": 23811.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.940180,
          "sdRefIntergenicDistribution": 2.645742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3202108,
          "distinctRankCount": 6154,
          "maxRank": 27814.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.289689,
          "sdRefIntergenicDistribution": 1.419357,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82213,
          "distinctRankCount": 2169,
          "maxRank": 22627.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.355299,
          "sdRefIntergenicDistribution": 1.237806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16744,
          "distinctRankCount": 944,
          "maxRank": 20003.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.823635,
          "sdRefIntergenicDistribution": 1.214825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19090,
          "distinctRankCount": 1010,
          "maxRank": 20355.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.688352,
          "sdRefIntergenicDistribution": 1.284588,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26748,
          "distinctRankCount": 1395,
          "maxRank": 20781.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 445.831494,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 424.754841,
          "sdRefIntergenicDistribution": 1.195493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2349,
          "distinctRankCount": 123,
          "maxRank": 18285.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.931283,
          "sdRefIntergenicDistribution": 2.799990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4512986,
          "distinctRankCount": 9473,
          "maxRank": 28560.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.215591,
          "sdRefIntergenicDistribution": 2.102343,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 755979,
          "distinctRankCount": 4415,
          "maxRank": 26471.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.164612,
          "sdRefIntergenicDistribution": 1.558693,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 113076,
          "distinctRankCount": 3452,
          "maxRank": 22952.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 200510381,
            "mappedReadsCount": 102113904,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.764331,
          "sdRefIntergenicDistribution": 3.259036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10840035,
          "distinctRankCount": 10401,
          "maxRank": 29172.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.485025,
          "sdRefIntergenicDistribution": 1.330101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27856,
          "distinctRankCount": 1952,
          "maxRank": 20647.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.168423,
          "sdRefIntergenicDistribution": 2.439500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2084361,
          "distinctRankCount": 7416,
          "maxRank": 27258.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.841528,
          "sdRefIntergenicDistribution": 1.544803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 117837,
          "distinctRankCount": 3385,
          "maxRank": 23258.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.368793,
          "sdRefIntergenicDistribution": 1.356663,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37145,
          "distinctRankCount": 1998,
          "maxRank": 21131.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.821405,
          "sdRefIntergenicDistribution": 1.589552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 173148,
          "distinctRankCount": 2504,
          "maxRank": 24161.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 96.962545,
          "sdRefIntergenicDistribution": 1.287789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10411,
          "distinctRankCount": 667,
          "maxRank": 19369.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.005925,
          "sdRefIntergenicDistribution": 2.113232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 868799,
          "distinctRankCount": 4054,
          "maxRank": 26498.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.921179,
          "sdRefIntergenicDistribution": 1.407654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32316,
          "distinctRankCount": 1695,
          "maxRank": 21348.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.877714,
          "sdRefIntergenicDistribution": 1.632415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 174976,
          "distinctRankCount": 2590,
          "maxRank": 23671.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.565546,
          "sdRefIntergenicDistribution": 1.828536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 385067,
          "distinctRankCount": 3264,
          "maxRank": 25273.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.329952,
          "sdRefIntergenicDistribution": 1.414507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55795,
          "distinctRankCount": 1700,
          "maxRank": 21551.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.862466,
          "sdRefIntergenicDistribution": 2.108012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 912795,
          "distinctRankCount": 4279,
          "maxRank": 26227.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.209610,
          "sdRefIntergenicDistribution": 1.427097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 97539,
          "distinctRankCount": 2004,
          "maxRank": 23164.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.688309,
          "sdRefIntergenicDistribution": 1.259129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13981,
          "distinctRankCount": 791,
          "maxRank": 19979.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 91.475009,
          "sdRefIntergenicDistribution": 1.187703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10825,
          "distinctRankCount": 686,
          "maxRank": 19650.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.122086,
          "sdRefIntergenicDistribution": 1.271598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37431,
          "distinctRankCount": 1393,
          "maxRank": 21583.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 160.659603,
          "sdRefIntergenicDistribution": 1.161330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6137,
          "distinctRankCount": 419,
          "maxRank": 18994.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 147.145570,
          "sdRefIntergenicDistribution": 1.179555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6647,
          "distinctRankCount": 648,
          "maxRank": 18953.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 6",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.042207,
          "sdRefIntergenicDistribution": 1.315914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25273,
          "distinctRankCount": 1807,
          "maxRank": 20694.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.897460,
          "sdRefIntergenicDistribution": 2.839927,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4966415,
          "distinctRankCount": 8138,
          "maxRank": 28627.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB distal FN1 NTNG1",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.679732,
          "sdRefIntergenicDistribution": 1.329323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25099,
          "distinctRankCount": 1896,
          "maxRank": 20379.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.921051,
          "sdRefIntergenicDistribution": 1.973690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 519946,
          "distinctRankCount": 3700,
          "maxRank": 26003.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.730906,
          "sdRefIntergenicDistribution": 1.685531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 180356,
          "distinctRankCount": 3625,
          "maxRank": 23572.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 217862619,
            "mappedReadsCount": 107674950,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.766671,
          "sdRefIntergenicDistribution": 3.249906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10748848,
          "distinctRankCount": 8623,
          "maxRank": 29122.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.200125,
          "sdRefIntergenicDistribution": 2.430406,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2046289,
          "distinctRankCount": 7237,
          "maxRank": 27268.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.463397,
          "sdRefIntergenicDistribution": 1.472097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88784,
          "distinctRankCount": 2801,
          "maxRank": 22703.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.598194,
          "sdRefIntergenicDistribution": 1.447492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53148,
          "distinctRankCount": 2222,
          "maxRank": 21526.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.181390,
          "sdRefIntergenicDistribution": 1.494395,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 99184,
          "distinctRankCount": 1979,
          "maxRank": 23012.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 532.524466,
          "sdRefIntergenicDistribution": 1.204979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1867,
          "distinctRankCount": 73,
          "maxRank": 18037.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.329285,
          "sdRefIntergenicDistribution": 2.022928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 696974,
          "distinctRankCount": 3808,
          "maxRank": 26212.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.002442,
          "sdRefIntergenicDistribution": 1.212216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18618,
          "distinctRankCount": 957,
          "maxRank": 20504.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.885967,
          "sdRefIntergenicDistribution": 1.565987,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 130098,
          "distinctRankCount": 2278,
          "maxRank": 23101.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.284756,
          "sdRefIntergenicDistribution": 1.844377,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 423272,
          "distinctRankCount": 3244,
          "maxRank": 25215.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.122228,
          "sdRefIntergenicDistribution": 1.280844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19504,
          "distinctRankCount": 856,
          "maxRank": 20146.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.198510,
          "sdRefIntergenicDistribution": 2.002687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 712301,
          "distinctRankCount": 3817,
          "maxRank": 25920.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.702286,
          "sdRefIntergenicDistribution": 1.419124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93171,
          "distinctRankCount": 2106,
          "maxRank": 23028.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 109.696229,
          "sdRefIntergenicDistribution": 1.189350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9049,
          "distinctRankCount": 448,
          "maxRank": 19381.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.903620,
          "sdRefIntergenicDistribution": 1.182010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11284,
          "distinctRankCount": 640,
          "maxRank": 19742.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.270435,
          "sdRefIntergenicDistribution": 1.329158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44912,
          "distinctRankCount": 1519,
          "maxRank": 21776.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 137.035332,
          "sdRefIntergenicDistribution": 1.106468,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7110,
          "distinctRankCount": 350,
          "maxRank": 19099.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 115.011529,
          "sdRefIntergenicDistribution": 1.165024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8540,
          "distinctRankCount": 784,
          "maxRank": 19175.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 3",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 179.036094,
          "sdRefIntergenicDistribution": 1.151714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5438,
          "distinctRankCount": 568,
          "maxRank": 18782.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.966363,
          "sdRefIntergenicDistribution": 2.776582,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4378751,
          "distinctRankCount": 7734,
          "maxRank": 28514.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB distal FN1 NTNG1",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.507396,
          "sdRefIntergenicDistribution": 1.365691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32375,
          "distinctRankCount": 2110,
          "maxRank": 20772.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "SUB proximal ROBO1 COL5A2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.062378,
          "sdRefIntergenicDistribution": 1.222297,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8537,
          "distinctRankCount": 665,
          "maxRank": 19190.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.136386,
          "sdRefIntergenicDistribution": 1.924600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 463300,
          "distinctRankCount": 3346,
          "maxRank": 25751.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.626310,
          "sdRefIntergenicDistribution": 1.564191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82908,
          "distinctRankCount": 2779,
          "maxRank": 22381.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188424963,
            "mappedReadsCount": 89698181,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.818134,
          "sdRefIntergenicDistribution": 3.149095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9429706,
          "distinctRankCount": 8416,
          "maxRank": 29028.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 127.817874,
          "sdRefIntergenicDistribution": 1.208830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7862,
          "distinctRankCount": 452,
          "maxRank": 18928.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.070853,
          "sdRefIntergenicDistribution": 2.795565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3551993,
          "distinctRankCount": 8362,
          "maxRank": 28009.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.518631,
          "sdRefIntergenicDistribution": 1.506401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 63397,
          "distinctRankCount": 2746,
          "maxRank": 21729.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.351721,
          "sdRefIntergenicDistribution": 1.635288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 370477,
          "distinctRankCount": 3946,
          "maxRank": 25531.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.120428,
          "sdRefIntergenicDistribution": 1.657971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 240835,
          "distinctRankCount": 2991,
          "maxRank": 24272.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.459375,
          "sdRefIntergenicDistribution": 2.174065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1289750,
          "distinctRankCount": 4301,
          "maxRank": 26872.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.557462,
          "sdRefIntergenicDistribution": 1.548349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98192,
          "distinctRankCount": 1899,
          "maxRank": 22711.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.850893,
          "sdRefIntergenicDistribution": 2.031891,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 885979,
          "distinctRankCount": 4246,
          "maxRank": 26273.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.088768,
          "sdRefIntergenicDistribution": 1.378846,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15779,
          "distinctRankCount": 732,
          "maxRank": 19678.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.917053,
          "sdRefIntergenicDistribution": 2.096825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 912151,
          "distinctRankCount": 4391,
          "maxRank": 26574.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.897060,
          "sdRefIntergenicDistribution": 1.510074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 235844,
          "distinctRankCount": 3610,
          "maxRank": 24477.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.101619,
          "sdRefIntergenicDistribution": 1.320157,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72974,
          "distinctRankCount": 2261,
          "maxRank": 22805.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.866882,
          "sdRefIntergenicDistribution": 1.383944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67321,
          "distinctRankCount": 1637,
          "maxRank": 22599.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.407950,
          "sdRefIntergenicDistribution": 1.279762,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14293,
          "distinctRankCount": 442,
          "maxRank": 20012.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 257.474430,
          "sdRefIntergenicDistribution": 1.151161,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3794,
          "distinctRankCount": 137,
          "maxRank": 18643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 129.938603,
          "sdRefIntergenicDistribution": 1.399559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7639,
          "distinctRankCount": 562,
          "maxRank": 18983.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.327352,
          "sdRefIntergenicDistribution": 2.045127,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 454956,
          "distinctRankCount": 4596,
          "maxRank": 24976.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 141.813671,
          "sdRefIntergenicDistribution": 1.189385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6996,
          "distinctRankCount": 284,
          "maxRank": 19070.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.707688,
          "sdRefIntergenicDistribution": 1.365130,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37493,
          "distinctRankCount": 1308,
          "maxRank": 21536.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.375821,
          "sdRefIntergenicDistribution": 2.399859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1650987,
          "distinctRankCount": 4878,
          "maxRank": 27408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.843232,
          "sdRefIntergenicDistribution": 3.281489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9429277,
          "distinctRankCount": 9135,
          "maxRank": 29096.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.557441,
          "sdRefIntergenicDistribution": 2.339713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1378536,
          "distinctRankCount": 5994,
          "maxRank": 27085.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190215973,
            "mappedReadsCount": 87453475,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.150090,
          "sdRefIntergenicDistribution": 1.673874,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 238813,
          "distinctRankCount": 2536,
          "maxRank": 24748.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.018613,
          "sdRefIntergenicDistribution": 1.777674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 181756,
          "distinctRankCount": 4042,
          "maxRank": 23709.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 138.764771,
          "sdRefIntergenicDistribution": 1.259983,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7596,
          "distinctRankCount": 458,
          "maxRank": 19218.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.545571,
          "sdRefIntergenicDistribution": 1.462734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76692,
          "distinctRankCount": 2293,
          "maxRank": 22071.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.394754,
          "sdRefIntergenicDistribution": 1.436483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26806,
          "distinctRankCount": 1347,
          "maxRank": 20726.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 223.979991,
          "sdRefIntergenicDistribution": 1.318252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4454,
          "distinctRankCount": 292,
          "maxRank": 18505.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.770747,
          "sdRefIntergenicDistribution": 1.496010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66406,
          "distinctRankCount": 2030,
          "maxRank": 21951.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.710910,
          "sdRefIntergenicDistribution": 1.478432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81519,
          "distinctRankCount": 2554,
          "maxRank": 22646.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.720406,
          "sdRefIntergenicDistribution": 1.388563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28338,
          "distinctRankCount": 1643,
          "maxRank": 21113.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 201.097496,
          "sdRefIntergenicDistribution": 1.168367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4967,
          "distinctRankCount": 360,
          "maxRank": 18736.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 192.888038,
          "sdRefIntergenicDistribution": 1.204392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5227,
          "distinctRankCount": 257,
          "maxRank": 18695.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.476948,
          "sdRefIntergenicDistribution": 1.519055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16410,
          "distinctRankCount": 1261,
          "maxRank": 19716.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.907960,
          "sdRefIntergenicDistribution": 1.719149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65115,
          "distinctRankCount": 2586,
          "maxRank": 21478.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2290.847710,
          "sdRefIntergenicDistribution": 1.177275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 406,
          "distinctRankCount": 20,
          "maxRank": 17707.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.176754,
          "sdRefIntergenicDistribution": 1.627084,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116950,
          "distinctRankCount": 2728,
          "maxRank": 23403.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.138427,
          "sdRefIntergenicDistribution": 2.100227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 506257,
          "distinctRankCount": 5198,
          "maxRank": 25438.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 212.356920,
          "sdRefIntergenicDistribution": 1.286432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4779,
          "distinctRankCount": 449,
          "maxRank": 18666.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.701845,
          "sdRefIntergenicDistribution": 1.421900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15892,
          "distinctRankCount": 1043,
          "maxRank": 20200.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 77186729,
            "mappedReadsCount": 39041361,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 176.283639,
          "sdRefIntergenicDistribution": 1.178750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5632,
          "distinctRankCount": 339,
          "maxRank": 18825.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.261077,
          "sdRefIntergenicDistribution": 1.842533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253223,
          "distinctRankCount": 4409,
          "maxRank": 24321.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.988627,
          "sdRefIntergenicDistribution": 2.798742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3409120,
          "distinctRankCount": 8925,
          "maxRank": 27883.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.470895,
          "sdRefIntergenicDistribution": 1.667794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 95850,
          "distinctRankCount": 3125,
          "maxRank": 22649.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.156696,
          "sdRefIntergenicDistribution": 1.692062,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 395997,
          "distinctRankCount": 3864,
          "maxRank": 25183.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.147855,
          "sdRefIntergenicDistribution": 1.950725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 694567,
          "distinctRankCount": 4868,
          "maxRank": 25640.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.426923,
          "sdRefIntergenicDistribution": 2.131636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1201128,
          "distinctRankCount": 4658,
          "maxRank": 26453.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.428846,
          "sdRefIntergenicDistribution": 1.661635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 189327,
          "distinctRankCount": 2785,
          "maxRank": 23741.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.261472,
          "sdRefIntergenicDistribution": 2.239255,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1529714,
          "distinctRankCount": 5387,
          "maxRank": 26721.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.751832,
          "sdRefIntergenicDistribution": 1.493840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75278,
          "distinctRankCount": 2254,
          "maxRank": 22292.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.505156,
          "sdRefIntergenicDistribution": 2.198038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1249914,
          "distinctRankCount": 5455,
          "maxRank": 26835.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.917401,
          "sdRefIntergenicDistribution": 1.545340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 237115,
          "distinctRankCount": 3565,
          "maxRank": 24303.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.054601,
          "sdRefIntergenicDistribution": 1.355545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70986,
          "distinctRankCount": 2205,
          "maxRank": 22641.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.790767,
          "sdRefIntergenicDistribution": 1.446654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69946,
          "distinctRankCount": 1877,
          "maxRank": 22439.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 81.801531,
          "sdRefIntergenicDistribution": 1.282698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12628,
          "distinctRankCount": 665,
          "maxRank": 19739.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 113.786489,
          "sdRefIntergenicDistribution": 1.276259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8945,
          "distinctRankCount": 570,
          "maxRank": 19275.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.856424,
          "sdRefIntergenicDistribution": 2.126030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 553132,
          "distinctRankCount": 5600,
          "maxRank": 25477.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.723991,
          "sdRefIntergenicDistribution": 1.453308,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23350,
          "distinctRankCount": 916,
          "maxRank": 20561.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.631646,
          "sdRefIntergenicDistribution": 1.379341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35084,
          "distinctRankCount": 1749,
          "maxRank": 21320.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.159907,
          "sdRefIntergenicDistribution": 2.491101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2011143,
          "distinctRankCount": 5792,
          "maxRank": 27498.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.736300,
          "sdRefIntergenicDistribution": 3.416091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11970574,
          "distinctRankCount": 10396,
          "maxRank": 29211.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.296157,
          "sdRefIntergenicDistribution": 2.411685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1710862,
          "distinctRankCount": 7179,
          "maxRank": 27251.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 189512052,
            "mappedReadsCount": 99623622,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.660724,
          "sdRefIntergenicDistribution": 1.764397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 275158,
          "distinctRankCount": 3046,
          "maxRank": 24896.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.637006,
          "sdRefIntergenicDistribution": 1.753396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 143720,
          "distinctRankCount": 3449,
          "maxRank": 23110.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.960050,
          "sdRefIntergenicDistribution": 2.846636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3636175,
          "distinctRankCount": 9054,
          "maxRank": 27975.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.008668,
          "sdRefIntergenicDistribution": 1.584882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68239,
          "distinctRankCount": 2771,
          "maxRank": 21832.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.697910,
          "sdRefIntergenicDistribution": 1.607907,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253497,
          "distinctRankCount": 3328,
          "maxRank": 24621.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.060227,
          "sdRefIntergenicDistribution": 1.966501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 746460,
          "distinctRankCount": 4636,
          "maxRank": 25733.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.572553,
          "sdRefIntergenicDistribution": 2.113542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1062391,
          "distinctRankCount": 4397,
          "maxRank": 26385.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.705011,
          "sdRefIntergenicDistribution": 1.669960,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 180169,
          "distinctRankCount": 2664,
          "maxRank": 23618.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.149416,
          "sdRefIntergenicDistribution": 2.290503,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1749034,
          "distinctRankCount": 5519,
          "maxRank": 26874.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.544683,
          "sdRefIntergenicDistribution": 1.504541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56432,
          "distinctRankCount": 1925,
          "maxRank": 21606.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.445800,
          "sdRefIntergenicDistribution": 2.225317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1333716,
          "distinctRankCount": 5484,
          "maxRank": 27013.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.530517,
          "sdRefIntergenicDistribution": 1.616309,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 342358,
          "distinctRankCount": 4329,
          "maxRank": 24876.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.793636,
          "sdRefIntergenicDistribution": 1.395376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 43112,
          "distinctRankCount": 1640,
          "maxRank": 21617.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.723676,
          "sdRefIntergenicDistribution": 1.471839,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88003,
          "distinctRankCount": 2190,
          "maxRank": 22789.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.446317,
          "sdRefIntergenicDistribution": 1.302024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21485,
          "distinctRankCount": 916,
          "maxRank": 20605.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.397038,
          "sdRefIntergenicDistribution": 1.257551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11963,
          "distinctRankCount": 682,
          "maxRank": 19604.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.976368,
          "sdRefIntergenicDistribution": 2.148114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 540034,
          "distinctRankCount": 5459,
          "maxRank": 25223.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.406242,
          "sdRefIntergenicDistribution": 1.251293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19026,
          "distinctRankCount": 1090,
          "maxRank": 20267.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.677965,
          "sdRefIntergenicDistribution": 1.478517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42566,
          "distinctRankCount": 1816,
          "maxRank": 21499.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.202780,
          "sdRefIntergenicDistribution": 2.435806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1823937,
          "distinctRankCount": 5633,
          "maxRank": 27375.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.746740,
          "sdRefIntergenicDistribution": 3.394954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10577244,
          "distinctRankCount": 10068,
          "maxRank": 29044.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1651.226598,
          "sdRefIntergenicDistribution": 1.232435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 618,
          "distinctRankCount": 21,
          "maxRank": 17723.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.245990,
          "sdRefIntergenicDistribution": 2.451810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1810940,
          "distinctRankCount": 7403,
          "maxRank": 27299.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 167939901,
            "mappedReadsCount": 90757843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.376813,
          "sdRefIntergenicDistribution": 1.725061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 229408,
          "distinctRankCount": 2768,
          "maxRank": 24439.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.878523,
          "sdRefIntergenicDistribution": 1.392758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21834,
          "distinctRankCount": 1455,
          "maxRank": 20133.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.923040,
          "sdRefIntergenicDistribution": 2.868583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3985131,
          "distinctRankCount": 9360,
          "maxRank": 28040.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.701534,
          "sdRefIntergenicDistribution": 1.483898,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54259,
          "distinctRankCount": 2480,
          "maxRank": 21786.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.996321,
          "sdRefIntergenicDistribution": 1.532628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45534,
          "distinctRankCount": 2404,
          "maxRank": 21343.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.302754,
          "sdRefIntergenicDistribution": 1.700457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 380043,
          "distinctRankCount": 3830,
          "maxRank": 25224.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.910280,
          "sdRefIntergenicDistribution": 1.989074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 818676,
          "distinctRankCount": 4862,
          "maxRank": 25767.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.339622,
          "sdRefIntergenicDistribution": 2.169490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1327180,
          "distinctRankCount": 4605,
          "maxRank": 26598.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.166988,
          "sdRefIntergenicDistribution": 1.701779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 239349,
          "distinctRankCount": 2885,
          "maxRank": 23879.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.128058,
          "sdRefIntergenicDistribution": 2.309064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1849862,
          "distinctRankCount": 5542,
          "maxRank": 26986.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.922176,
          "sdRefIntergenicDistribution": 1.448761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46860,
          "distinctRankCount": 1771,
          "maxRank": 21353.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.284525,
          "sdRefIntergenicDistribution": 2.310032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1623266,
          "distinctRankCount": 6140,
          "maxRank": 27282.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.788272,
          "sdRefIntergenicDistribution": 1.612086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 318947,
          "distinctRankCount": 4002,
          "maxRank": 24870.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.613777,
          "sdRefIntergenicDistribution": 1.394943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40495,
          "distinctRankCount": 1504,
          "maxRank": 21562.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.153588,
          "sdRefIntergenicDistribution": 1.496589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92371,
          "distinctRankCount": 2480,
          "maxRank": 23076.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.860130,
          "sdRefIntergenicDistribution": 1.341272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19376,
          "distinctRankCount": 905,
          "maxRank": 20350.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 186.956599,
          "sdRefIntergenicDistribution": 1.273057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5449,
          "distinctRankCount": 311,
          "maxRank": 18747.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.584466,
          "sdRefIntergenicDistribution": 2.035081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 412957,
          "distinctRankCount": 5173,
          "maxRank": 24912.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.195333,
          "sdRefIntergenicDistribution": 1.335299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18245,
          "distinctRankCount": 904,
          "maxRank": 20282.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.907570,
          "sdRefIntergenicDistribution": 1.454783,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50103,
          "distinctRankCount": 1798,
          "maxRank": 21874.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.122111,
          "sdRefIntergenicDistribution": 2.490530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2111009,
          "distinctRankCount": 5843,
          "maxRank": 27633.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.717052,
          "sdRefIntergenicDistribution": 3.477427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13593514,
          "distinctRankCount": 10679,
          "maxRank": 29300.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.350842,
          "sdRefIntergenicDistribution": 2.383868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1599355,
          "distinctRankCount": 6926,
          "maxRank": 27220.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 199051126,
            "mappedReadsCount": 106165071,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.122093,
          "sdRefIntergenicDistribution": 1.789302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 315838,
          "distinctRankCount": 3161,
          "maxRank": 25151.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.597501,
          "sdRefIntergenicDistribution": 1.643982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74632,
          "distinctRankCount": 2561,
          "maxRank": 21957.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.890521,
          "sdRefIntergenicDistribution": 2.909272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4417466,
          "distinctRankCount": 8983,
          "maxRank": 28143.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.386367,
          "sdRefIntergenicDistribution": 1.538065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30682,
          "distinctRankCount": 1741,
          "maxRank": 20406.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.941796,
          "sdRefIntergenicDistribution": 1.652902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 311196,
          "distinctRankCount": 3433,
          "maxRank": 24925.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.001991,
          "sdRefIntergenicDistribution": 1.966272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 763101,
          "distinctRankCount": 4314,
          "maxRank": 25733.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.375115,
          "sdRefIntergenicDistribution": 2.159150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1292091,
          "distinctRankCount": 4552,
          "maxRank": 26527.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.828260,
          "sdRefIntergenicDistribution": 1.666218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 209013,
          "distinctRankCount": 2606,
          "maxRank": 23823.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.137026,
          "sdRefIntergenicDistribution": 2.285815,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1788919,
          "distinctRankCount": 5190,
          "maxRank": 26885.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.065288,
          "sdRefIntergenicDistribution": 1.448969,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67160,
          "distinctRankCount": 1932,
          "maxRank": 22012.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.463068,
          "sdRefIntergenicDistribution": 2.209684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1292657,
          "distinctRankCount": 4888,
          "maxRank": 26853.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.146439,
          "sdRefIntergenicDistribution": 1.576831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 288996,
          "distinctRankCount": 3915,
          "maxRank": 24827.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.039276,
          "sdRefIntergenicDistribution": 1.335552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57829,
          "distinctRankCount": 1769,
          "maxRank": 22178.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.811611,
          "sdRefIntergenicDistribution": 1.376986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57182,
          "distinctRankCount": 1764,
          "maxRank": 22176.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.921294,
          "sdRefIntergenicDistribution": 1.300601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23490,
          "distinctRankCount": 952,
          "maxRank": 20721.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.457231,
          "sdRefIntergenicDistribution": 1.280026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13058,
          "distinctRankCount": 646,
          "maxRank": 19787.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.958776,
          "sdRefIntergenicDistribution": 1.393928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26208,
          "distinctRankCount": 1599,
          "maxRank": 20596.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.117375,
          "sdRefIntergenicDistribution": 2.119125,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 499213,
          "distinctRankCount": 5143,
          "maxRank": 24995.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 127.919312,
          "sdRefIntergenicDistribution": 1.307280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8132,
          "distinctRankCount": 380,
          "maxRank": 19218.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.408152,
          "sdRefIntergenicDistribution": 1.401711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31115,
          "distinctRankCount": 1395,
          "maxRank": 21109.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.160941,
          "sdRefIntergenicDistribution": 2.455218,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1981567,
          "distinctRankCount": 5461,
          "maxRank": 27506.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.701332,
          "sdRefIntergenicDistribution": 3.430910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13653628,
          "distinctRankCount": 10088,
          "maxRank": 29246.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1124.666908,
          "sdRefIntergenicDistribution": 1.167457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 869,
          "distinctRankCount": 27,
          "maxRank": 17770.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.311167,
          "sdRefIntergenicDistribution": 2.371115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1625800,
          "distinctRankCount": 6665,
          "maxRank": 27077.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.585151,
          "sdRefIntergenicDistribution": 1.736727,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 276228,
          "distinctRankCount": 3001,
          "maxRank": 24776.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 191175568,
            "mappedReadsCount": 98487057,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 459.285651,
          "sdRefIntergenicDistribution": 1.165628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2176,
          "distinctRankCount": 114,
          "maxRank": 18167.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.538166,
          "sdRefIntergenicDistribution": 1.745852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 144833,
          "distinctRankCount": 3491,
          "maxRank": 23037.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.885053,
          "sdRefIntergenicDistribution": 2.923782,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4333514,
          "distinctRankCount": 8831,
          "maxRank": 28088.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.636605,
          "sdRefIntergenicDistribution": 1.544314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58094,
          "distinctRankCount": 2583,
          "maxRank": 21645.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.031087,
          "sdRefIntergenicDistribution": 1.685184,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 307692,
          "distinctRankCount": 3500,
          "maxRank": 24751.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.119361,
          "sdRefIntergenicDistribution": 1.954093,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 705034,
          "distinctRankCount": 4479,
          "maxRank": 25635.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.370845,
          "sdRefIntergenicDistribution": 2.175098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1302376,
          "distinctRankCount": 4385,
          "maxRank": 26524.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.232295,
          "sdRefIntergenicDistribution": 1.723300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 238970,
          "distinctRankCount": 2799,
          "maxRank": 23953.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.141214,
          "sdRefIntergenicDistribution": 2.297953,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1744616,
          "distinctRankCount": 5212,
          "maxRank": 26843.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.812885,
          "sdRefIntergenicDistribution": 1.503357,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66482,
          "distinctRankCount": 2115,
          "maxRank": 21834.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.331152,
          "sdRefIntergenicDistribution": 2.258360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1491573,
          "distinctRankCount": 5189,
          "maxRank": 27184.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.217528,
          "sdRefIntergenicDistribution": 1.671507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 382530,
          "distinctRankCount": 4580,
          "maxRank": 24995.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.583051,
          "sdRefIntergenicDistribution": 1.376651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48709,
          "distinctRankCount": 1679,
          "maxRank": 21888.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.177972,
          "sdRefIntergenicDistribution": 1.384173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53467,
          "distinctRankCount": 1668,
          "maxRank": 22169.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.517629,
          "sdRefIntergenicDistribution": 1.355006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23573,
          "distinctRankCount": 1140,
          "maxRank": 20633.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 84.949500,
          "sdRefIntergenicDistribution": 1.332249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12207,
          "distinctRankCount": 695,
          "maxRank": 19696.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.692697,
          "sdRefIntergenicDistribution": 2.070346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 399215,
          "distinctRankCount": 4519,
          "maxRank": 24663.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.911129,
          "sdRefIntergenicDistribution": 1.277248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15539,
          "distinctRankCount": 736,
          "maxRank": 19941.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.006941,
          "sdRefIntergenicDistribution": 1.434729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36323,
          "distinctRankCount": 1552,
          "maxRank": 21107.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.161896,
          "sdRefIntergenicDistribution": 2.495487,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2007201,
          "distinctRankCount": 5323,
          "maxRank": 27465.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.699444,
          "sdRefIntergenicDistribution": 3.462506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13466770,
          "distinctRankCount": 10239,
          "maxRank": 29216.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.240230,
          "sdRefIntergenicDistribution": 2.432564,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1817807,
          "distinctRankCount": 6833,
          "maxRank": 27250.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.523165,
          "sdRefIntergenicDistribution": 1.779036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 283081,
          "distinctRankCount": 2948,
          "maxRank": 24830.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 187372823,
            "mappedReadsCount": 99506596,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000138",
              "name": "44-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "44y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 486.126031,
          "sdRefIntergenicDistribution": 1.000814,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1979,
          "distinctRankCount": 71,
          "maxRank": 18165.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 143.580786,
          "sdRefIntergenicDistribution": 1.263667,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7020,
          "distinctRankCount": 475,
          "maxRank": 18928.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.239117,
          "sdRefIntergenicDistribution": 2.086449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 742188,
          "distinctRankCount": 6075,
          "maxRank": 25995.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.932184,
          "sdRefIntergenicDistribution": 1.501712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34396,
          "distinctRankCount": 1687,
          "maxRank": 20557.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.898137,
          "sdRefIntergenicDistribution": 1.581848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116859,
          "distinctRankCount": 1917,
          "maxRank": 23487.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.597629,
          "sdRefIntergenicDistribution": 1.516466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50728,
          "distinctRankCount": 1871,
          "maxRank": 21178.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.943812,
          "sdRefIntergenicDistribution": 2.126333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 905351,
          "distinctRankCount": 4610,
          "maxRank": 26530.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.548392,
          "sdRefIntergenicDistribution": 1.604120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 349966,
          "distinctRankCount": 5293,
          "maxRank": 25016.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.645510,
          "sdRefIntergenicDistribution": 1.932626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 563946,
          "distinctRankCount": 4361,
          "maxRank": 25353.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.574620,
          "sdRefIntergenicDistribution": 2.183545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1190785,
          "distinctRankCount": 4471,
          "maxRank": 26586.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.838190,
          "sdRefIntergenicDistribution": 1.445838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65055,
          "distinctRankCount": 1659,
          "maxRank": 21762.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.142372,
          "sdRefIntergenicDistribution": 2.412883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2123337,
          "distinctRankCount": 5803,
          "maxRank": 27329.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.095552,
          "sdRefIntergenicDistribution": 1.490819,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159594,
          "distinctRankCount": 2383,
          "maxRank": 24075.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.092681,
          "sdRefIntergenicDistribution": 1.195464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18906,
          "distinctRankCount": 672,
          "maxRank": 20421.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.939199,
          "sdRefIntergenicDistribution": 1.285800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23001,
          "distinctRankCount": 953,
          "maxRank": 20329.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.946594,
          "sdRefIntergenicDistribution": 1.274630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11617,
          "distinctRankCount": 497,
          "maxRank": 19669.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 151.096044,
          "sdRefIntergenicDistribution": 1.200098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6561,
          "distinctRankCount": 277,
          "maxRank": 18889.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1579.527224,
          "sdRefIntergenicDistribution": 1.299507,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 682,
          "distinctRankCount": 19,
          "maxRank": 17825.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.972193,
          "sdRefIntergenicDistribution": 1.968250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 513299,
          "distinctRankCount": 4087,
          "maxRank": 25827.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.669656,
          "sdRefIntergenicDistribution": 2.042909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 603201,
          "distinctRankCount": 4048,
          "maxRank": 26139.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.347522,
          "sdRefIntergenicDistribution": 1.821010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 173151,
          "distinctRankCount": 3317,
          "maxRank": 23464.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.269929,
          "sdRefIntergenicDistribution": 2.637283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2268250,
          "distinctRankCount": 6787,
          "maxRank": 27452.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 170645603,
            "mappedReadsCount": 78293928,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 92.952801,
          "sdRefIntergenicDistribution": 1.243501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10930,
          "distinctRankCount": 285,
          "maxRank": 19419.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.519379,
          "sdRefIntergenicDistribution": 1.641844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123445,
          "distinctRankCount": 2925,
          "maxRank": 22948.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.220241,
          "sdRefIntergenicDistribution": 1.560503,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 126199,
          "distinctRankCount": 2171,
          "maxRank": 23492.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.145677,
          "sdRefIntergenicDistribution": 1.441145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42614,
          "distinctRankCount": 1652,
          "maxRank": 21385.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.875565,
          "sdRefIntergenicDistribution": 2.117638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 943587,
          "distinctRankCount": 4484,
          "maxRank": 26523.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.931766,
          "sdRefIntergenicDistribution": 1.277977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58931,
          "distinctRankCount": 1981,
          "maxRank": 21981.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.860607,
          "sdRefIntergenicDistribution": 2.001760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 868966,
          "distinctRankCount": 4819,
          "maxRank": 25907.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.270430,
          "sdRefIntergenicDistribution": 2.233407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1563976,
          "distinctRankCount": 5138,
          "maxRank": 26860.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.979053,
          "sdRefIntergenicDistribution": 1.432292,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47739,
          "distinctRankCount": 1505,
          "maxRank": 21432.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.955865,
          "sdRefIntergenicDistribution": 2.479247,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2662882,
          "distinctRankCount": 6298,
          "maxRank": 27387.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.148892,
          "sdRefIntergenicDistribution": 1.416118,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 107298,
          "distinctRankCount": 2425,
          "maxRank": 23064.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.723289,
          "sdRefIntergenicDistribution": 1.243842,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11214,
          "distinctRankCount": 604,
          "maxRank": 19454.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.000658,
          "sdRefIntergenicDistribution": 1.369436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56433,
          "distinctRankCount": 2079,
          "maxRank": 22295.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.390578,
          "sdRefIntergenicDistribution": 1.309688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16967,
          "distinctRankCount": 1018,
          "maxRank": 20163.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 129.140441,
          "sdRefIntergenicDistribution": 1.247846,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7741,
          "distinctRankCount": 441,
          "maxRank": 19087.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1814.881967,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "entorhinal cortex layer 2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 571.411752,
          "sdRefIntergenicDistribution": 1.201345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1719,
          "distinctRankCount": 151,
          "maxRank": 18025.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.896569,
          "sdRefIntergenicDistribution": 1.668085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153489,
          "distinctRankCount": 2940,
          "maxRank": 23632.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.487134,
          "sdRefIntergenicDistribution": 1.868123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 306590,
          "distinctRankCount": 3500,
          "maxRank": 24955.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 155.054040,
          "sdRefIntergenicDistribution": 1.340703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6407,
          "distinctRankCount": 618,
          "maxRank": 18838.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.554863,
          "sdRefIntergenicDistribution": 1.958152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 407243,
          "distinctRankCount": 3997,
          "maxRank": 25019.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 138914598,
            "mappedReadsCount": 86501063,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 174.406242,
          "sdRefIntergenicDistribution": 1.299122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5624,
          "distinctRankCount": 357,
          "maxRank": 18689.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.050469,
          "sdRefIntergenicDistribution": 1.695401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 174264,
          "distinctRankCount": 3419,
          "maxRank": 23544.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.777949,
          "sdRefIntergenicDistribution": 1.672403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 210776,
          "distinctRankCount": 2840,
          "maxRank": 24420.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.051081,
          "sdRefIntergenicDistribution": 1.528371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41916,
          "distinctRankCount": 1506,
          "maxRank": 21076.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.602958,
          "sdRefIntergenicDistribution": 2.227167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1226719,
          "distinctRankCount": 5581,
          "maxRank": 27008.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.915078,
          "sdRefIntergenicDistribution": 1.262387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33645,
          "distinctRankCount": 1311,
          "maxRank": 21114.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.653982,
          "sdRefIntergenicDistribution": 2.071759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1039096,
          "distinctRankCount": 5205,
          "maxRank": 26295.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.137833,
          "sdRefIntergenicDistribution": 2.328386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1884610,
          "distinctRankCount": 5249,
          "maxRank": 27039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.769235,
          "sdRefIntergenicDistribution": 1.455835,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58996,
          "distinctRankCount": 1704,
          "maxRank": 21781.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.877717,
          "sdRefIntergenicDistribution": 2.606753,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3288264,
          "distinctRankCount": 6757,
          "maxRank": 27657.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.561892,
          "sdRefIntergenicDistribution": 1.432151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102776,
          "distinctRankCount": 2607,
          "maxRank": 23216.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.856992,
          "sdRefIntergenicDistribution": 1.229402,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20298,
          "distinctRankCount": 1156,
          "maxRank": 20254.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.898102,
          "sdRefIntergenicDistribution": 1.400414,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 78127,
          "distinctRankCount": 2249,
          "maxRank": 22931.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 188.477726,
          "sdRefIntergenicDistribution": 1.212100,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5285,
          "distinctRankCount": 308,
          "maxRank": 18706.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 153.425129,
          "sdRefIntergenicDistribution": 1.317443,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6612,
          "distinctRankCount": 442,
          "maxRank": 18945.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 322.102588,
          "sdRefIntergenicDistribution": 1.224627,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3156,
          "distinctRankCount": 158,
          "maxRank": 18340.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.069460,
          "sdRefIntergenicDistribution": 1.802246,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 260779,
          "distinctRankCount": 3537,
          "maxRank": 24735.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.153296,
          "sdRefIntergenicDistribution": 1.999891,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 478619,
          "distinctRankCount": 3761,
          "maxRank": 25741.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.956974,
          "sdRefIntergenicDistribution": 2.060177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 525726,
          "distinctRankCount": 4312,
          "maxRank": 25509.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 221369745,
            "mappedReadsCount": 139642421,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.278005,
          "sdRefIntergenicDistribution": 1.202700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13502,
          "distinctRankCount": 623,
          "maxRank": 19696.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.813382,
          "sdRefIntergenicDistribution": 1.595120,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96216,
          "distinctRankCount": 2635,
          "maxRank": 22556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.760775,
          "sdRefIntergenicDistribution": 1.651916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 208555,
          "distinctRankCount": 2770,
          "maxRank": 24647.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.733767,
          "sdRefIntergenicDistribution": 1.446096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49476,
          "distinctRankCount": 1773,
          "maxRank": 21491.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.831441,
          "sdRefIntergenicDistribution": 2.136630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 987534,
          "distinctRankCount": 5026,
          "maxRank": 26765.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.818029,
          "sdRefIntergenicDistribution": 1.220226,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24736,
          "distinctRankCount": 1188,
          "maxRank": 20687.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.936509,
          "sdRefIntergenicDistribution": 1.990519,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 825460,
          "distinctRankCount": 4841,
          "maxRank": 25894.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.261407,
          "sdRefIntergenicDistribution": 2.229014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1568385,
          "distinctRankCount": 5162,
          "maxRank": 26928.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.529980,
          "sdRefIntergenicDistribution": 1.411226,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50982,
          "distinctRankCount": 1570,
          "maxRank": 21530.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.954487,
          "sdRefIntergenicDistribution": 2.475453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2688710,
          "distinctRankCount": 6505,
          "maxRank": 27470.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.247697,
          "sdRefIntergenicDistribution": 1.437247,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 87658,
          "distinctRankCount": 2388,
          "maxRank": 22938.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 143.226202,
          "sdRefIntergenicDistribution": 1.269335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6739,
          "distinctRankCount": 388,
          "maxRank": 18946.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.983456,
          "sdRefIntergenicDistribution": 1.279669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27169,
          "distinctRankCount": 1204,
          "maxRank": 20982.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.559204,
          "sdRefIntergenicDistribution": 1.249746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9989,
          "distinctRankCount": 467,
          "maxRank": 19368.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 334.799090,
          "sdRefIntergenicDistribution": 1.143011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2883,
          "distinctRankCount": 169,
          "maxRank": 18352.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.522183,
          "sdRefIntergenicDistribution": 1.791312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 298754,
          "distinctRankCount": 3936,
          "maxRank": 25115.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.151695,
          "sdRefIntergenicDistribution": 1.964932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 467214,
          "distinctRankCount": 3595,
          "maxRank": 25812.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.076934,
          "sdRefIntergenicDistribution": 2.024868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 499475,
          "distinctRankCount": 4451,
          "maxRank": 25440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 228047102,
            "mappedReadsCount": 142555999,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 88.051830,
          "sdRefIntergenicDistribution": 1.195117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11367,
          "distinctRankCount": 581,
          "maxRank": 19600.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.111620,
          "sdRefIntergenicDistribution": 1.615952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 146189,
          "distinctRankCount": 3770,
          "maxRank": 23657.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.749287,
          "sdRefIntergenicDistribution": 1.675297,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 214242,
          "distinctRankCount": 2782,
          "maxRank": 24471.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.449913,
          "sdRefIntergenicDistribution": 1.543736,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91645,
          "distinctRankCount": 2575,
          "maxRank": 22680.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.647524,
          "sdRefIntergenicDistribution": 2.203694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1180996,
          "distinctRankCount": 4964,
          "maxRank": 26936.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.229663,
          "sdRefIntergenicDistribution": 1.564945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 266640,
          "distinctRankCount": 4719,
          "maxRank": 24427.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.692568,
          "sdRefIntergenicDistribution": 2.097748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1036467,
          "distinctRankCount": 5352,
          "maxRank": 26190.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.202865,
          "sdRefIntergenicDistribution": 2.317788,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1763085,
          "distinctRankCount": 5346,
          "maxRank": 27129.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.269685,
          "sdRefIntergenicDistribution": 1.420743,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56408,
          "distinctRankCount": 1635,
          "maxRank": 21699.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.917351,
          "sdRefIntergenicDistribution": 2.596272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3103205,
          "distinctRankCount": 6783,
          "maxRank": 27631.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.025903,
          "sdRefIntergenicDistribution": 1.418494,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71629,
          "distinctRankCount": 1890,
          "maxRank": 22496.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 695.811687,
          "sdRefIntergenicDistribution": 1.145610,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1426,
          "distinctRankCount": 39,
          "maxRank": 17939.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.575500,
          "sdRefIntergenicDistribution": 1.368052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41780,
          "distinctRankCount": 2160,
          "maxRank": 21701.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.582434,
          "sdRefIntergenicDistribution": 1.366776,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25339,
          "distinctRankCount": 1353,
          "maxRank": 20855.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.124403,
          "sdRefIntergenicDistribution": 1.803014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 322443,
          "distinctRankCount": 4266,
          "maxRank": 25232.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.312001,
          "sdRefIntergenicDistribution": 1.978123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 446440,
          "distinctRankCount": 3807,
          "maxRank": 25794.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.134025,
          "sdRefIntergenicDistribution": 2.040590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 489447,
          "distinctRankCount": 4471,
          "maxRank": 25350.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.418288,
          "sdRefIntergenicDistribution": 1.247264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14889,
          "distinctRankCount": 790,
          "maxRank": 19893.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 239087566,
            "mappedReadsCount": 152599496,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 636.851951,
          "sdRefIntergenicDistribution": 1.344558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1666,
          "distinctRankCount": 46,
          "maxRank": 18055.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.320210,
          "sdRefIntergenicDistribution": 1.545038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32154,
          "distinctRankCount": 1443,
          "maxRank": 20495.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.641745,
          "sdRefIntergenicDistribution": 2.309757,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1123609,
          "distinctRankCount": 5204,
          "maxRank": 26216.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.903417,
          "sdRefIntergenicDistribution": 1.441235,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12576,
          "distinctRankCount": 856,
          "maxRank": 19483.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.265507,
          "sdRefIntergenicDistribution": 1.936190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 430250,
          "distinctRankCount": 3295,
          "maxRank": 25691.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.376720,
          "sdRefIntergenicDistribution": 1.639800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 113397,
          "distinctRankCount": 2522,
          "maxRank": 22913.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.186373,
          "sdRefIntergenicDistribution": 2.462917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2004470,
          "distinctRankCount": 5321,
          "maxRank": 27487.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.401073,
          "sdRefIntergenicDistribution": 1.565576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 84757,
          "distinctRankCount": 2409,
          "maxRank": 22648.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.602190,
          "sdRefIntergenicDistribution": 2.152216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1084340,
          "distinctRankCount": 4730,
          "maxRank": 26303.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.801082,
          "sdRefIntergenicDistribution": 2.744881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4474501,
          "distinctRankCount": 6226,
          "maxRank": 28251.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.888273,
          "sdRefIntergenicDistribution": 1.725360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 211001,
          "distinctRankCount": 2793,
          "maxRank": 23827.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.731877,
          "sdRefIntergenicDistribution": 2.812894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5318349,
          "distinctRankCount": 6936,
          "maxRank": 28337.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.575795,
          "sdRefIntergenicDistribution": 1.676142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179180,
          "distinctRankCount": 2926,
          "maxRank": 24192.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 122.677416,
          "sdRefIntergenicDistribution": 1.252733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8253,
          "distinctRankCount": 558,
          "maxRank": 19133.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.439214,
          "sdRefIntergenicDistribution": 1.489663,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54195,
          "distinctRankCount": 1750,
          "maxRank": 22000.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.156540,
          "sdRefIntergenicDistribution": 1.476525,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14265,
          "distinctRankCount": 826,
          "maxRank": 19886.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.315583,
          "sdRefIntergenicDistribution": 1.322973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11488,
          "distinctRankCount": 777,
          "maxRank": 19572.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 104.088643,
          "sdRefIntergenicDistribution": 1.557560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10690,
          "distinctRankCount": 766,
          "maxRank": 19389.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.212725,
          "sdRefIntergenicDistribution": 2.024083,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 455843,
          "distinctRankCount": 3911,
          "maxRank": 25429.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.040092,
          "sdRefIntergenicDistribution": 2.255302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 893891,
          "distinctRankCount": 4024,
          "maxRank": 26667.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "Cajal-Retzius cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 73.319407,
          "sdRefIntergenicDistribution": 1.497365,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14698,
          "distinctRankCount": 909,
          "maxRank": 19557.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.125028,
          "sdRefIntergenicDistribution": 2.646013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2236859,
          "distinctRankCount": 5590,
          "maxRank": 27144.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.944408,
          "sdRefIntergenicDistribution": 1.375838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24102,
          "distinctRankCount": 1159,
          "maxRank": 20724.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186173202,
            "mappedReadsCount": 87412114,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1042.845147,
          "sdRefIntergenicDistribution": 1.004288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 885,
          "distinctRankCount": 39,
          "maxRank": 17895.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.287908,
          "sdRefIntergenicDistribution": 1.612852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49050,
          "distinctRankCount": 1976,
          "maxRank": 21083.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.467842,
          "sdRefIntergenicDistribution": 2.404847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1343756,
          "distinctRankCount": 5860,
          "maxRank": 26436.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.302331,
          "sdRefIntergenicDistribution": 1.473363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32082,
          "distinctRankCount": 1682,
          "maxRank": 20629.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "ventral CA1 pyramidal neurons (co-expression of ACVR1C and SYT13)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.348536,
          "sdRefIntergenicDistribution": 1.568262,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 58705,
          "distinctRankCount": 2342,
          "maxRank": 21304.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.488077,
          "sdRefIntergenicDistribution": 2.051067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 615741,
          "distinctRankCount": 3882,
          "maxRank": 26151.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.569659,
          "sdRefIntergenicDistribution": 1.619886,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91827,
          "distinctRankCount": 2594,
          "maxRank": 22592.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.996894,
          "sdRefIntergenicDistribution": 2.633128,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3023798,
          "distinctRankCount": 6248,
          "maxRank": 27978.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.629005,
          "sdRefIntergenicDistribution": 1.675331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137248,
          "distinctRankCount": 2944,
          "maxRank": 23402.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.021181,
          "sdRefIntergenicDistribution": 2.482115,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2378822,
          "distinctRankCount": 6318,
          "maxRank": 27266.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.765459,
          "sdRefIntergenicDistribution": 2.802399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5087039,
          "distinctRankCount": 6830,
          "maxRank": 28364.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.129166,
          "sdRefIntergenicDistribution": 1.819328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 320466,
          "distinctRankCount": 3461,
          "maxRank": 24555.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.634986,
          "sdRefIntergenicDistribution": 3.045887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8648206,
          "distinctRankCount": 8381,
          "maxRank": 28755.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.641865,
          "sdRefIntergenicDistribution": 1.775442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 268352,
          "distinctRankCount": 3324,
          "maxRank": 24639.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.136580,
          "sdRefIntergenicDistribution": 1.351171,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19249,
          "distinctRankCount": 1066,
          "maxRank": 20205.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.342895,
          "sdRefIntergenicDistribution": 1.447755,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 63045,
          "distinctRankCount": 2108,
          "maxRank": 22337.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.859587,
          "sdRefIntergenicDistribution": 1.465363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29533,
          "distinctRankCount": 1461,
          "maxRank": 20962.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.459409,
          "sdRefIntergenicDistribution": 1.457709,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15577,
          "distinctRankCount": 875,
          "maxRank": 19871.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.643092,
          "sdRefIntergenicDistribution": 2.129409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 582276,
          "distinctRankCount": 4274,
          "maxRank": 25794.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.637048,
          "sdRefIntergenicDistribution": 2.399485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1242667,
          "distinctRankCount": 4615,
          "maxRank": 27072.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.961722,
          "sdRefIntergenicDistribution": 2.782720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3020735,
          "distinctRankCount": 6855,
          "maxRank": 27526.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.930834,
          "sdRefIntergenicDistribution": 1.524774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50091,
          "distinctRankCount": 1797,
          "maxRank": 21825.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 265954221,
            "mappedReadsCount": 130319255,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 509.590101,
          "sdRefIntergenicDistribution": 1.107537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1900,
          "distinctRankCount": 84,
          "maxRank": 18053.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA2 pyramidal neurons (co-expression of CFAP299 and HGF)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.954512,
          "sdRefIntergenicDistribution": 1.561198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38667,
          "distinctRankCount": 1663,
          "maxRank": 20779.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "CA3 pyramidal neurons (co-expression of CFAP299 and SYN3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.536889,
          "sdRefIntergenicDistribution": 2.352477,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1230325,
          "distinctRankCount": 5449,
          "maxRank": 26254.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000598",
              "name": "pyramidal neuron"
            },
            "cellTypeAuthorAnnotation": "dorsal CA1 pyramidal neurons (co-expression of GRIK1 and GRM3)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.217212,
          "sdRefIntergenicDistribution": 1.600572,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66948,
          "distinctRankCount": 2488,
          "maxRank": 21753.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000129",
              "name": "microglial cell"
            },
            "cellTypeAuthorAnnotation": "microglia",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.998843,
          "sdRefIntergenicDistribution": 1.962578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 477903,
          "distinctRankCount": 3427,
          "maxRank": 25820.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "committed oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.069584,
          "sdRefIntergenicDistribution": 1.643982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 106575,
          "distinctRankCount": 2514,
          "maxRank": 22719.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002453",
              "name": "oligodendrocyte precursor cell"
            },
            "cellTypeAuthorAnnotation": "oligodendrocyte precursor cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.033037,
          "sdRefIntergenicDistribution": 2.577652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2725128,
          "distinctRankCount": 5934,
          "maxRank": 27771.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000669",
              "name": "pericyte cell"
            },
            "cellTypeAuthorAnnotation": "pericytes (CLDN5+ and ABCC9+)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.049632,
          "sdRefIntergenicDistribution": 1.705481,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 170986,
          "distinctRankCount": 3442,
          "maxRank": 23716.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo CPXM2 KANK4",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.272058,
          "sdRefIntergenicDistribution": 2.289994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1567681,
          "distinctRankCount": 5374,
          "maxRank": 26749.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LAMA2",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.776348,
          "sdRefIntergenicDistribution": 2.789656,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4796156,
          "distinctRankCount": 6427,
          "maxRank": 28230.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN LINC01098",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.516991,
          "sdRefIntergenicDistribution": 1.775705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 285094,
          "distinctRankCount": 3158,
          "maxRank": 24330.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000128",
              "name": "oligodendrocyte"
            },
            "cellTypeAuthorAnnotation": "Oligo OPALIN SLC5A11",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.657120,
          "sdRefIntergenicDistribution": 2.962212,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7348212,
          "distinctRankCount": 7682,
          "maxRank": 28581.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "Endo CLDN5 VWF",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.508186,
          "sdRefIntergenicDistribution": 1.737015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 221332,
          "distinctRankCount": 2956,
          "maxRank": 24236.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "arterial smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.400288,
          "sdRefIntergenicDistribution": 1.350705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21554,
          "distinctRankCount": 1042,
          "maxRank": 20260.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000359",
              "name": "vascular associated smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "venous smooth muscle cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.058218,
          "sdRefIntergenicDistribution": 1.465485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64537,
          "distinctRankCount": 1993,
          "maxRank": 22245.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0002319",
              "name": "neural cell"
            },
            "cellTypeAuthorAnnotation": "vascular and leptomeningeal cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.223127,
          "sdRefIntergenicDistribution": 1.553188,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46572,
          "distinctRankCount": 1824,
          "maxRank": 21743.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "Macro F13A1 COLEC12",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.143091,
          "sdRefIntergenicDistribution": 1.427894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18545,
          "distinctRankCount": 970,
          "maxRank": 20136.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:1000413",
              "name": "endothelial cell of artery"
            },
            "cellTypeAuthorAnnotation": "arterial endothelial cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 215.381193,
          "sdRefIntergenicDistribution": 1.366830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4945,
          "distinctRankCount": 301,
          "maxRank": 18671.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000540",
              "name": "neuron"
            },
            "cellTypeAuthorAnnotation": "inhibitory neuron",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.207720,
          "sdRefIntergenicDistribution": 2.014772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 453315,
          "distinctRankCount": 3954,
          "maxRank": 25439.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000127",
              "name": "astrocyte"
            },
            "cellTypeAuthorAnnotation": "astrocyte",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.948874,
          "sdRefIntergenicDistribution": 2.269775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 949649,
          "distinctRankCount": 4297,
          "maxRank": 26759.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:4023062",
              "name": "dentate gyrus neuron"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus mossy cell (co-expression of ARHGAP24 and DLC1)",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 401.851197,
          "sdRefIntergenicDistribution": 1.271722,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2531,
          "distinctRankCount": 251,
          "maxRank": 18133.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000120",
              "name": "granule cell"
            },
            "cellTypeAuthorAnnotation": "dentate gyrus granule cell",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.004105,
          "sdRefIntergenicDistribution": 2.726802,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2737836,
          "distinctRankCount": 6336,
          "maxRank": 27372.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T SKAP1 CD247",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.171306,
          "sdRefIntergenicDistribution": 1.412712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28416,
          "distinctRankCount": 1246,
          "maxRank": 21029.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V3",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "NUCLEUS",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 208532185,
            "mappedReadsCount": 101337661,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 291988,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Homo",
                  "speciesName": "sapiens",
                  "genomeVersion": "GRCh38.p13",
                  "speciesFullNameWithoutSpace": "Homo_sapiens",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Homo_sapiens/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9605,
                  "genomeSpeciesId": 9606,
                  "preferredDisplayOrder": 1,
                  "name": "human",
                  "id": 9606
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/",
                "fileName": "Homo_sapiens_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Macaca",
                  "speciesName": "mulatta",
                  "genomeVersion": "Mmul_10",
                  "speciesFullNameWithoutSpace": "Macaca_mulatta",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Macaca_mulatta/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9539,
                  "genomeSpeciesId": 9544,
                  "preferredDisplayOrder": 21,
                  "name": "macaque",
                  "id": 9544
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/",
                "fileName": "Macaca_mulatta_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Sus",
                  "speciesName": "scrofa",
                  "genomeVersion": "Sscrofa11.1",
                  "speciesFullNameWithoutSpace": "Sus_scrofa",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Sus_scrofa/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 9822,
                  "genomeSpeciesId": 9823,
                  "preferredDisplayOrder": 9,
                  "name": "pig",
                  "id": 9823
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/",
                "fileName": "Sus_scrofa_SRP343046_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP343046",
              "xRefName": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP343046",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1016/j.neuron.2021.10.036",
            "name": "Transcriptomic Taxonomy and Neurogenic Trajectories of Adult Human, Macaque and Pig Hippocampal and Entorhinal Cells",
            "description": "The hippocampal-entorhinal system supports cognitive functions, has lifelong neurogenic capabilities in many species, and is selectively vulnerable to Alzheimer's disease. To investigate neurogenic potential and cellular diversity, we profiled single-nucleus transcriptomes in five hippocampal-entorhinal subregions in human, macaque, and pig. Integrated cross-species analysis revealed robust transcriptomic and histologic signatures of neurogenesis in adult mouse, pig and macaque, but not humans. Doublecortin (DCX), a widely accepted marker of newly generated granule cells, was detected in diverse human neurons, but it did not define immature neuron populations. To explore species differences in cellular diversity and implications for disease, we characterized subregion-specific transcriptomically-defined cell types and transitional changes from the three-layered archicortex to the six-layered neocortex. Notably, METTL7B defined subregion-specific excitatory neurons and astrocytes in primates, associated with endoplasmic reticulum and lipid droplet proteins, including Alzheimer's disease-related proteins. Together this resource reveals cell-type- and species-specific properties shaping hippocampal-entorhinal neurogenesis and function. Overall design: snRNA-seq of hippocampal-entorhinal system in 6 human donors, dentate gyrus in 3 rhesus macaque donors, and adult hippocampus in 9 pig donors with different postmortem intervals (30 minutes, 1 hour, 7 hour)",
            "id": "SRP343046"
          },
          "id": "SRX13121103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001885",
              "name": "dentate gyrus of hippocampal formation"
            },
            "anatEntityAuthorAnnotation": "Dentate gyrus",
            "cellType": {
              "id": "CL:0000763",
              "name": "myeloid cell"
            },
            "cellTypeAuthorAnnotation": "Myeloid LSP1 LYZ",
            "devStage": {
              "id": "HsapDv:0000142",
              "name": "48-year-old stage (human)"
            },
            "devStageAuthorAnnotation": "48y",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 9606,
              "name": "human",
              "genus": "Homo",
              "speciesName": "sapiens",
              "preferredDisplayOrder": 1
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 314.389089,
          "sdRefIntergenicDistribution": 1.208949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3210,
          "distinctRankCount": 116,
          "maxRank": 18353.50
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Homo_sapiens/Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
        "title": "Homo_sapiens_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Homo sapiens",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Homo_sapiens/Homo_sapiens_SRP343046_droplet_based.h5ad",
        "title": "Homo_sapiens_SRP343046_droplet_based.h5ad"
      },
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Macaca mulatta",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Macaca_mulatta/Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
        "title": "Macaca_mulatta_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Macaca mulatta",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Macaca_mulatta/Macaca_mulatta_SRP343046_droplet_based.h5ad",
        "title": "Macaca_mulatta_SRP343046_droplet_based.h5ad"
      },
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Sus scrofa",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Sus_scrofa/Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz",
        "title": "Sus_scrofa_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP343046.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Sus scrofa",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Sus_scrofa/Sus_scrofa_SRP343046_droplet_based.h5ad",
        "title": "Sus_scrofa_SRP343046_droplet_based.h5ad"
      }
    ]
  }
}